From ccfa22c277a7648d1361b315f2979174004cb383 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 6 Mar 2022 21:22:42 +0100 Subject: [PATCH] =?UTF-8?q?calendar:=20add=20K-F=C3=AAt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/calendar.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/calendar.js b/src/calendar.js index 04df545..1a5acfc 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -24,6 +24,11 @@ const calendars = { cloud: clouds.ELEVES_ENS, name: "Écriv'ENS", color: null + }, + fRtjDkjrZyn6fxd8: { + cloud: clouds.ELEVES_ENS, + name: "K-Fêt", + color: null, } } @@ -44,7 +49,8 @@ export const calendarTree = { AG: {} }, BDS: {}, - 'Délégation Générale': {} + 'Délégation Générale': {}, + 'K-Fêt': {} } const calendarIds = Object.keys(calendars)