From fbcf0d43bc201f2ea8a9f690edef6fb7f2237366 Mon Sep 17 00:00:00 2001 From: Conlan Cesar Date: Sat, 30 Sep 2023 00:36:28 -0400 Subject: [PATCH] Update Melrose ical url --- src/main/resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.json b/src/main/resources/config.json index 4d85b8a..37dab22 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -11,7 +11,7 @@ "announcementsSources": { "csv": ["https://docs.google.com/spreadsheet/ccc?key=1C_Rmk0act0Q8VHdjeh0TAsmfbWtvK_P9z25U-7BJW78&output=csv"], "ical": [ - "https://www.melroseschools.com/calendar-by-event-type/43%2053/export.ics", + "https://thrillshare-cmsv2.services.thrillshare.com/api/v4/o/18555/cms/events/generate_ical?filter_ids§ion_ids", "https://calendar.google.com/calendar/ical/melroseschools.com_0iitdti0rfgbgc4un9vf8520bc@group.calendar.google.com/public/full.ics" ] }