From 0adc7964e07e069a7aa6eda9c407017b80ac74f1 Mon Sep 17 00:00:00 2001 From: Christopher Teutsch Date: Tue, 6 Jun 2023 15:54:42 +0200 Subject: [PATCH] Switch to `cccd.ics` --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index bc79c19..8b4c61b 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ use DorfJetzt\State; #region Configuration const VISITORS_FILE = '/opt/dorf.jetzt_visitors'; -const ICAL_URL = 'https://chaosdorf.de/~derf/cccd_all.ics'; +const ICAL_URL = 'https://chaosdorf.de/~derf/cccd.ics'; const HTTP_CACHE = '/tmp/dorf.jetzt/http_cache'; const TMPL_CACHE = '/tmp/dorf.jetzt/twig_cache'; const ROOM_STATE_URL = 'https://chaosdorf.de/raumstatus/status.png';