From 26ccb5dcc91274b0e2d91f4ce8bc7237a11930a4 Mon Sep 17 00:00:00 2001 From: tomate Date: Mon, 12 Sep 2022 13:30:29 +0200 Subject: [PATCH] Rajoute la banda et DDR (#51) Co-authored-by: Tom Hubrecht Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/metis/pulls/51 Co-authored-by: tomate Co-committed-by: tomate --- .envrc | 1 + .gitignore | 2 ++ src/calendar.js | 15 ++++++++++++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use nix diff --git a/.gitignore b/.gitignore index ede639b..5a317df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules public/build + +.direnv \ No newline at end of file diff --git a/src/calendar.js b/src/calendar.js index 16b5a31..08556c8 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -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: {},