From 026367fb1779563957bf6b12728b1483aed71c86 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Sun, 20 Oct 2024 01:24:15 +0300 Subject: [PATCH] update calendar.json --- calendars.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/calendars.json b/calendars.json index 87510c4..b549647 100644 --- a/calendars.json +++ b/calendars.json @@ -2,15 +2,14 @@ "mergedCalendars": [ { "id": "uniqueId1", + "linkGroupName": "Group 1", "calendars": [ { - "linkGroupName": "Group 1", "url": "https://example.com/calendar1.ics", "prefix": "Calendar 1", "override": false }, { - "linkGroupName": "Group 1", "url": "https://example.com/calendar2.ics", "prefix": "Calendar 2", "override": true @@ -19,15 +18,14 @@ }, { "id": "uniqueId2", + "linkGroupName": "Group 2", "calendars": [ { - "linkGroupName": "Group 2", "url": "https://example.com/calendar3.ics", "prefix": "Calendar 3", "override": false }, { - "linkGroupName": "Group 2", "url": "https://example.com/calendar4.ics", "prefix": "Calendar 4", "override": true