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 } }