calendar: add K-Fêt

This commit is contained in:
Raito Bezarius 2022-03-06 21:22:42 +01:00
parent c603e31f64
commit ccfa22c277

View file

@ -24,6 +24,11 @@ const calendars = {
cloud: clouds.ELEVES_ENS, cloud: clouds.ELEVES_ENS,
name: "Écriv'ENS", name: "Écriv'ENS",
color: null color: null
},
fRtjDkjrZyn6fxd8: {
cloud: clouds.ELEVES_ENS,
name: "K-Fêt",
color: null,
} }
} }
@ -44,7 +49,8 @@ export const calendarTree = {
AG: {} AG: {}
}, },
BDS: {}, BDS: {},
'Délégation Générale': {} 'Délégation Générale': {},
'K-Fêt': {}
} }
const calendarIds = Object.keys(calendars) const calendarIds = Object.keys(calendars)