calendar: add Framagenda.org support, CinéClub URL
This commit is contained in:
parent
22f055decc
commit
653d9c8bc1
2 changed files with 12 additions and 1 deletions
|
@ -92,7 +92,12 @@ export default {
|
||||||
{
|
{
|
||||||
from: '/cal/eleves-ens',
|
from: '/cal/eleves-ens',
|
||||||
to: 'https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/'
|
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
|
port: 5000
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
const clouds = {
|
const clouds = {
|
||||||
KLUB_RESEAU: 'klub-reseau',
|
KLUB_RESEAU: 'klub-reseau',
|
||||||
ELEVES_ENS: 'eleves-ens'
|
ELEVES_ENS: 'eleves-ens',
|
||||||
|
FRAMA_AGENDA: 'frama-agenda'
|
||||||
}
|
}
|
||||||
|
|
||||||
const calendars = {
|
const calendars = {
|
||||||
|
@ -37,6 +38,11 @@ const calendars = {
|
||||||
cloud: clouds.ELEVES_ENS,
|
cloud: clouds.ELEVES_ENS,
|
||||||
name: 'Ernestophone',
|
name: 'Ernestophone',
|
||||||
color: null
|
color: null
|
||||||
|
},
|
||||||
|
T5WoHbs4FT5A945Z: {
|
||||||
|
cloud: clouds.FRAMA_AGENDA,
|
||||||
|
name: 'CinéClub',
|
||||||
|
color: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue