From a55992a7f05e5f40371a490b80b8ef690c530b55 Mon Sep 17 00:00:00 2001 From: Christopher Teutsch Date: Fri, 21 Feb 2020 14:57:44 +0100 Subject: [PATCH] Switch to cccd_all.ics to avoid missing events for the current day --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f9f01fb..3870c30 100644 --- a/index.php +++ b/index.php @@ -53,7 +53,7 @@ $state = $hash_to_state[$hash]; 'defaultWeekStart' => 'MO', 'filterDaysBefore' => '1', )); -$ical->initUrl('https://chaosdorf.de/~derf/cccd.ics', $acceptLanguage = 'de'); +$ical->initUrl('https://chaosdorf.de/~derf/cccd_all.ics', $acceptLanguage = 'de'); $events = $ical->eventsFromInterval('2 week'); $first_event = $events[0]; $events = array_slice($events, 1);