calendars: add Club inutile, CinéClub, Fanfare (with backend)
This commit is contained in:
parent
779a6b628c
commit
231c795b7c
1 changed files with 14 additions and 6 deletions
|
@ -7,12 +7,14 @@ const calendars = {
|
|||
'5WrcagPPARQ3BD87': {
|
||||
cloud: clouds.KLUB_RESEAU,
|
||||
name: 'Club réseau',
|
||||
color: null
|
||||
color: null,
|
||||
default_location: "Cave d'hackENS",
|
||||
},
|
||||
TFEAKjAgNFQZpNjo: {
|
||||
cloud: clouds.KLUB_RESEAU,
|
||||
name: 'hackENS',
|
||||
color: null
|
||||
color: null,
|
||||
default_location: "Cave d'hackENS"
|
||||
},
|
||||
LLWm8qK9iC5YGrrR: {
|
||||
cloud: clouds.ELEVES_ENS,
|
||||
|
@ -30,6 +32,11 @@ const calendars = {
|
|||
name: 'K-Fêt',
|
||||
color: '#c63b52',
|
||||
default_location: 'K-Fêt'
|
||||
},
|
||||
gsZtZK8c9EmREofn: {
|
||||
cloud: clouds.ELEVES_ENS,
|
||||
name: 'Fanfare',
|
||||
color: null
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -41,12 +48,13 @@ export const calendarTree = {
|
|||
'Clubs COF': {
|
||||
'Club réseau': {},
|
||||
hackENS: {},
|
||||
"Écriv'ENS": {}
|
||||
"Écriv'ENS": {},
|
||||
"CinéClub": {},
|
||||
Fanfare: {},
|
||||
'Club inutile': {},
|
||||
},
|
||||
COF: {
|
||||
BDA: {
|
||||
Philharmonie: {}
|
||||
},
|
||||
BDA: {},
|
||||
AG: {}
|
||||
},
|
||||
BDS: {},
|
||||
|
|
Loading…
Reference in a new issue