rentrée admin
This commit is contained in:
parent
1361078402
commit
a2405b3e6a
1 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,7 @@ function invertColor(hex) {
|
|||
const clouds = {
|
||||
KLUB_RESEAU: 'klub-reseau',
|
||||
ELEVES_ENS: 'eleves-ens',
|
||||
FRAMA_AGENDA: 'frama-agenda'
|
||||
FRAMA_AGENDA: 'frama-agenda',
|
||||
}
|
||||
|
||||
const calendars = {
|
||||
|
@ -85,6 +85,12 @@ const calendars = {
|
|||
name: 'Club Inutile ☔',
|
||||
color: null,
|
||||
initial: false
|
||||
},
|
||||
'sa8CrACpLd9aGeRH': {
|
||||
cloud: clouds.ELEVES_ENS,
|
||||
name: 'Rentrée académique',
|
||||
short_name: 'Rentrée',
|
||||
color: null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue