From 50a67a31aaa18ec96019379a489ec65d2d641162 Mon Sep 17 00:00:00 2001 From: zeldakatze Date: Sun, 17 Aug 2025 23:21:48 +0200 Subject: add ical exports, fix event listing --- infoCalendar.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'infoCalendar.php') diff --git a/infoCalendar.php b/infoCalendar.php index b53d6af..9709d38 100755 --- a/infoCalendar.php +++ b/infoCalendar.php @@ -1,9 +1,9 @@ \w+)', array( + 'methods' => 'GET', + 'callback' => 'doICalExport', + 'permission_callback' => '__return_true', + ) ); +} ); + -- cgit v1.2.3