From 7451a6b96b700b2bcd9430b6ade5e95cc8c994f8 Mon Sep 17 00:00:00 2001 From: fegger Date: Mon, 7 Sep 2026 10:08:53 +0200 Subject: [PATCH] Add Outlook work calendar (ICS) to the calendar feeds --- api/update-data.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/update-data.js b/api/update-data.js index e671f0c..93ba7c4 100644 --- a/api/update-data.js +++ b/api/update-data.js @@ -32,6 +32,12 @@ const CALENDARS = [ url: "https://calendar.google.com/calendar/ical/flo.egger%40icloud.com/private-13d04ed58b84ab6bf3c7056fff1d9289/basic.ics", color: "#5c8ad8", }, + { + id: "work", + name: "Work", + url: "https://outlook.office365.com/owa/calendar/60719e192e5d432bbc6851974499b640@ixsol.at/83a71169041649f5b94fbd6bdcb8b6e414431333084652976988/S-1-8-1561119972-3878098104-3591780966-3000395634/reachcalendar.ics", + color: "#8ab06a", + }, ]; const NETBIRD_URL = process.env.NETBIRD_URL || "https://netbird.gg36.at";