From d5afde908964b4e326eb20c7bcde29f74a3b3655 Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 19 Jul 2022 00:27:55 +0200 Subject: [PATCH 1/3] new calendar for cof events --- src/calendar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calendar.js b/src/calendar.js index b8f65ab..2f3c8d9 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -58,14 +58,14 @@ const calendars = { name: 'Ernestophone', color: null }, - QZGnSH8GNeDpqkXt: { + dTHrXnYgsEoSTjWB: { cloud: clouds.ELEVES_ENS, - name: 'COF - Évènements', + name: 'COF', color: null }, bCgRFByHLiCCNc55: { cloud: clouds.ELEVES_ENS, - name: 'COF - AG', + name: 'AG du COF', color: null }, r4yJZDHjwNtH8wkR: { From 44f874722f164c7a4b5f92c0ddba274abb8ec082 Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 19 Jul 2022 00:41:41 +0200 Subject: [PATCH 2/3] update tree --- src/calendar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calendar.js b/src/calendar.js index 2f3c8d9..14a2206 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -97,10 +97,10 @@ export const initialCalendars = Array.from( .map(cal => cal[0]) export const calendarTree = { - COF: { + 'COF ': { BdA: {}, - 'COF - Évènements': {}, - 'COF - AG': {} + 'COF': {}, + 'AG du COF': {} }, 'Clubs COF': { 'Club réseau': {}, From a82a7b22c53f5ca15574c33e7c78026e846206e1 Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 19 Jul 2022 14:07:15 +0200 Subject: [PATCH 3/3] add short name to cof calendars --- src/calendar.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/calendar.js b/src/calendar.js index 14a2206..57ad6af 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -60,12 +60,14 @@ const calendars = { }, dTHrXnYgsEoSTjWB: { cloud: clouds.ELEVES_ENS, - name: 'COF', + name: 'Évènements (COF)', + short_name: 'COF', color: null }, bCgRFByHLiCCNc55: { cloud: clouds.ELEVES_ENS, - name: 'AG du COF', + name: 'Assemblées Générales (COF)', + short_name: 'AG COF', color: null }, r4yJZDHjwNtH8wkR: { @@ -97,10 +99,10 @@ export const initialCalendars = Array.from( .map(cal => cal[0]) export const calendarTree = { - 'COF ': { + 'COF': { BdA: {}, - 'COF': {}, - 'AG du COF': {} + 'Évènements (COF)': {}, + 'Assemblées Générales (COF)': {} }, 'Clubs COF': { 'Club réseau': {},