From 231c795b7c7e192ecbc907cf16bed88e517d607d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 11 Mar 2022 18:27:20 +0100 Subject: [PATCH] =?UTF-8?q?calendars:=20add=20Club=20inutile,=20Cin=C3=A9C?= =?UTF-8?q?lub,=20Fanfare=20(with=20backend)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/calendar.js | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/calendar.js b/src/calendar.js index 73a4775..cb36009 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -7,12 +7,14 @@ const calendars = { '5WrcagPPARQ3BD87': { cloud: clouds.KLUB_RESEAU, name: 'Club réseau', - color: null + color: null, + default_location: "Cave d'hackENS", }, TFEAKjAgNFQZpNjo: { cloud: clouds.KLUB_RESEAU, name: 'hackENS', - color: null + color: null, + default_location: "Cave d'hackENS" }, LLWm8qK9iC5YGrrR: { cloud: clouds.ELEVES_ENS, @@ -30,6 +32,11 @@ const calendars = { name: 'K-Fêt', color: '#c63b52', default_location: 'K-Fêt' + }, + gsZtZK8c9EmREofn: { + cloud: clouds.ELEVES_ENS, + name: 'Fanfare', + color: null } } @@ -41,12 +48,13 @@ export const calendarTree = { 'Clubs COF': { 'Club réseau': {}, hackENS: {}, - "Écriv'ENS": {} + "Écriv'ENS": {}, + "CinéClub": {}, + Fanfare: {}, + 'Club inutile': {}, }, COF: { - BDA: { - Philharmonie: {} - }, + BDA: {}, AG: {} }, BDS: {},