Rajoute la banda et DDR (#51)
Co-authored-by: Tom Hubrecht <tom.hubrecht@ens.fr> Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/metis/pulls/51 Co-authored-by: tomate <tom.hubrecht@ens.fr> Co-committed-by: tomate <tom.hubrecht@ens.fr>
This commit is contained in:
parent
a958ba4b2a
commit
26ccb5dcc9
3 changed files with 17 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use nix
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
node_modules
|
||||
public/build
|
||||
|
||||
.direnv
|
|
@ -83,6 +83,11 @@ const calendars = {
|
|||
name: 'BdA',
|
||||
color: null
|
||||
},
|
||||
ZtWm3MYSi388k2yk : {
|
||||
cloud: clouds.ELEVES_ENS,
|
||||
name: 'DDR',
|
||||
color: null
|
||||
},
|
||||
T5WoHbs4FT5A945Z: {
|
||||
cloud: clouds.FRAMA_AGENDA,
|
||||
name: 'CinéClub',
|
||||
|
@ -136,7 +141,13 @@ const calendars = {
|
|||
name: 'Divers',
|
||||
color: null
|
||||
},
|
||||
'TyMrLaPPDzT7yAGC': {
|
||||
TFjE83ASCMK9rfRi: {
|
||||
cloud: clouds.FRAMA_AGENDA,
|
||||
name: 'BandarrêtdurgENS',
|
||||
short_name: 'Banda',
|
||||
color: null
|
||||
},
|
||||
TyMrLaPPDzT7yAGC: {
|
||||
cloud: clouds.ELEVES_ENS,
|
||||
name: 'BDS',
|
||||
color: null
|
||||
|
@ -165,6 +176,8 @@ export const calendarTree = {
|
|||
"Écriv'ENS": {},
|
||||
CinéClub: {},
|
||||
Ernestophone: {},
|
||||
DDR: {},
|
||||
'BandarrêtdurgENS': {},
|
||||
'Club Inutile ☔': {}
|
||||
},
|
||||
BDS: {},
|
||||
|
|
Loading…
Reference in a new issue