diff --git a/public.tar.gz b/public.tar.gz new file mode 100644 index 0000000..0b98364 Binary files /dev/null and b/public.tar.gz differ diff --git a/src/calendar.js b/src/calendar.js index 4f9cafb..b8f65ab 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -58,6 +58,21 @@ const calendars = { name: 'Ernestophone', color: null }, + QZGnSH8GNeDpqkXt: { + cloud: clouds.ELEVES_ENS, + name: 'COF - Évènements', + color: null + }, + bCgRFByHLiCCNc55: { + cloud: clouds.ELEVES_ENS, + name: 'COF - AG', + color: null + }, + r4yJZDHjwNtH8wkR: { + cloud: clouds.ELEVES_ENS, + name: 'BdA', + color: null + }, T5WoHbs4FT5A945Z: { cloud: clouds.FRAMA_AGENDA, name: 'CinéClub', @@ -82,6 +97,11 @@ export const initialCalendars = Array.from( .map(cal => cal[0]) export const calendarTree = { + COF: { + BdA: {}, + 'COF - Évènements': {}, + 'COF - AG': {} + }, 'Clubs COF': { 'Club réseau': {}, hackENS: {}, @@ -90,13 +110,9 @@ export const calendarTree = { Ernestophone: {}, 'Club Inutile ☔': {} }, - COF: { - BDA: {}, - AG: {} - }, - BDS: {}, 'Délégation Générale': {}, - 'K-Fêt': {} + 'K-Fêt': {}, + 'Rentrée académique': {} } export function getSubCalendars(name, tree = calendarTree) {