From 653d9c8bc1742d0e839198739808bd5e62b5dcd9 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 12 Mar 2022 15:21:13 +0100 Subject: [PATCH] =?UTF-8?q?calendar:=20add=20Framagenda.org=20support,=20C?= =?UTF-8?q?in=C3=A9Club=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rollup.config.js | 5 +++++ src/calendar.js | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a0cc59a..53c1a1e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -92,7 +92,12 @@ export default { { from: '/cal/eleves-ens', to: 'https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/' + }, + { + from: '/cal/frama-agenda', + to: 'https://framagenda.org/remote.php/dav/public-calendars/' } + ], port: 5000 }), diff --git a/src/calendar.js b/src/calendar.js index 8934341..4fc2a4a 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -1,6 +1,7 @@ const clouds = { KLUB_RESEAU: 'klub-reseau', - ELEVES_ENS: 'eleves-ens' + ELEVES_ENS: 'eleves-ens', + FRAMA_AGENDA: 'frama-agenda' } const calendars = { @@ -37,6 +38,11 @@ const calendars = { cloud: clouds.ELEVES_ENS, name: 'Ernestophone', color: null + }, + T5WoHbs4FT5A945Z: { + cloud: clouds.FRAMA_AGENDA, + name: 'CinéClub', + color: null } }