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': {
|
'5WrcagPPARQ3BD87': {
|
||||||
cloud: clouds.KLUB_RESEAU,
|
cloud: clouds.KLUB_RESEAU,
|
||||||
name: 'Club réseau',
|
name: 'Club réseau',
|
||||||
color: null
|
color: null,
|
||||||
|
default_location: "Cave d'hackENS",
|
||||||
},
|
},
|
||||||
TFEAKjAgNFQZpNjo: {
|
TFEAKjAgNFQZpNjo: {
|
||||||
cloud: clouds.KLUB_RESEAU,
|
cloud: clouds.KLUB_RESEAU,
|
||||||
name: 'hackENS',
|
name: 'hackENS',
|
||||||
color: null
|
color: null,
|
||||||
|
default_location: "Cave d'hackENS"
|
||||||
},
|
},
|
||||||
LLWm8qK9iC5YGrrR: {
|
LLWm8qK9iC5YGrrR: {
|
||||||
cloud: clouds.ELEVES_ENS,
|
cloud: clouds.ELEVES_ENS,
|
||||||
|
@ -30,6 +32,11 @@ const calendars = {
|
||||||
name: 'K-Fêt',
|
name: 'K-Fêt',
|
||||||
color: '#c63b52',
|
color: '#c63b52',
|
||||||
default_location: 'K-Fêt'
|
default_location: 'K-Fêt'
|
||||||
|
},
|
||||||
|
gsZtZK8c9EmREofn: {
|
||||||
|
cloud: clouds.ELEVES_ENS,
|
||||||
|
name: 'Fanfare',
|
||||||
|
color: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,12 +48,13 @@ export const calendarTree = {
|
||||||
'Clubs COF': {
|
'Clubs COF': {
|
||||||
'Club réseau': {},
|
'Club réseau': {},
|
||||||
hackENS: {},
|
hackENS: {},
|
||||||
"Écriv'ENS": {}
|
"Écriv'ENS": {},
|
||||||
|
"CinéClub": {},
|
||||||
|
Fanfare: {},
|
||||||
|
'Club inutile': {},
|
||||||
},
|
},
|
||||||
COF: {
|
COF: {
|
||||||
BDA: {
|
BDA: {},
|
||||||
Philharmonie: {}
|
|
||||||
},
|
|
||||||
AG: {}
|
AG: {}
|
||||||
},
|
},
|
||||||
BDS: {},
|
BDS: {},
|
||||||
|
|
Loading…
Reference in a new issue