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
|
node_modules
|
||||||
public/build
|
public/build
|
||||||
|
|
||||||
|
.direnv
|
|
@ -83,6 +83,11 @@ const calendars = {
|
||||||
name: 'BdA',
|
name: 'BdA',
|
||||||
color: null
|
color: null
|
||||||
},
|
},
|
||||||
|
ZtWm3MYSi388k2yk : {
|
||||||
|
cloud: clouds.ELEVES_ENS,
|
||||||
|
name: 'DDR',
|
||||||
|
color: null
|
||||||
|
},
|
||||||
T5WoHbs4FT5A945Z: {
|
T5WoHbs4FT5A945Z: {
|
||||||
cloud: clouds.FRAMA_AGENDA,
|
cloud: clouds.FRAMA_AGENDA,
|
||||||
name: 'CinéClub',
|
name: 'CinéClub',
|
||||||
|
@ -136,7 +141,13 @@ const calendars = {
|
||||||
name: 'Divers',
|
name: 'Divers',
|
||||||
color: null
|
color: null
|
||||||
},
|
},
|
||||||
'TyMrLaPPDzT7yAGC': {
|
TFjE83ASCMK9rfRi: {
|
||||||
|
cloud: clouds.FRAMA_AGENDA,
|
||||||
|
name: 'BandarrêtdurgENS',
|
||||||
|
short_name: 'Banda',
|
||||||
|
color: null
|
||||||
|
},
|
||||||
|
TyMrLaPPDzT7yAGC: {
|
||||||
cloud: clouds.ELEVES_ENS,
|
cloud: clouds.ELEVES_ENS,
|
||||||
name: 'BDS',
|
name: 'BDS',
|
||||||
color: null
|
color: null
|
||||||
|
@ -165,6 +176,8 @@ export const calendarTree = {
|
||||||
"Écriv'ENS": {},
|
"Écriv'ENS": {},
|
||||||
CinéClub: {},
|
CinéClub: {},
|
||||||
Ernestophone: {},
|
Ernestophone: {},
|
||||||
|
DDR: {},
|
||||||
|
'BandarrêtdurgENS': {},
|
||||||
'Club Inutile ☔': {}
|
'Club Inutile ☔': {}
|
||||||
},
|
},
|
||||||
BDS: {},
|
BDS: {},
|
||||||
|
|
Loading…
Reference in a new issue