Merge pull request 'new calendar for cof events' (#25) from new_event_cal into master
Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/metis/pulls/25
This commit is contained in:
commit
1361078402
1 changed files with 8 additions and 6 deletions
|
@ -58,14 +58,16 @@ const calendars = {
|
||||||
name: 'Ernestophone',
|
name: 'Ernestophone',
|
||||||
color: null
|
color: null
|
||||||
},
|
},
|
||||||
QZGnSH8GNeDpqkXt: {
|
dTHrXnYgsEoSTjWB: {
|
||||||
cloud: clouds.ELEVES_ENS,
|
cloud: clouds.ELEVES_ENS,
|
||||||
name: 'COF - Évènements',
|
name: 'Évènements (COF)',
|
||||||
|
short_name: 'COF',
|
||||||
color: null
|
color: null
|
||||||
},
|
},
|
||||||
bCgRFByHLiCCNc55: {
|
bCgRFByHLiCCNc55: {
|
||||||
cloud: clouds.ELEVES_ENS,
|
cloud: clouds.ELEVES_ENS,
|
||||||
name: 'COF - AG',
|
name: 'Assemblées Générales (COF)',
|
||||||
|
short_name: 'AG COF',
|
||||||
color: null
|
color: null
|
||||||
},
|
},
|
||||||
r4yJZDHjwNtH8wkR: {
|
r4yJZDHjwNtH8wkR: {
|
||||||
|
@ -97,10 +99,10 @@ export const initialCalendars = Array.from(
|
||||||
.map(cal => cal[0])
|
.map(cal => cal[0])
|
||||||
|
|
||||||
export const calendarTree = {
|
export const calendarTree = {
|
||||||
COF: {
|
'COF': {
|
||||||
BdA: {},
|
BdA: {},
|
||||||
'COF - Évènements': {},
|
'Évènements (COF)': {},
|
||||||
'COF - AG': {}
|
'Assemblées Générales (COF)': {}
|
||||||
},
|
},
|
||||||
'Clubs COF': {
|
'Clubs COF': {
|
||||||
'Club réseau': {},
|
'Club réseau': {},
|
||||||
|
|
Loading…
Reference in a new issue