calendar: add Framagenda.org support, CinéClub URL

This commit is contained in:
Raito Bezarius 2022-03-12 15:21:13 +01:00
parent 22f055decc
commit 653d9c8bc1
2 changed files with 12 additions and 1 deletions

View file

@ -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
}),

View file

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