rentrée admin

This commit is contained in:
sinavir 2022-07-23 00:58:16 +02:00
parent 1361078402
commit a2405b3e6a

View file

@ -20,7 +20,7 @@ function invertColor(hex) {
const clouds = { const clouds = {
KLUB_RESEAU: 'klub-reseau', KLUB_RESEAU: 'klub-reseau',
ELEVES_ENS: 'eleves-ens', ELEVES_ENS: 'eleves-ens',
FRAMA_AGENDA: 'frama-agenda' FRAMA_AGENDA: 'frama-agenda',
} }
const calendars = { const calendars = {
@ -85,6 +85,12 @@ const calendars = {
name: 'Club Inutile ☔', name: 'Club Inutile ☔',
color: null, color: null,
initial: false initial: false
},
'sa8CrACpLd9aGeRH': {
cloud: clouds.ELEVES_ENS,
name: 'Rentrée académique',
short_name: 'Rentrée',
color: null
} }
} }