Move ICal module to include folder, export config to separate config file

This commit is contained in:
Patrick Schwarz 2026-01-20 00:32:08 +01:00
parent e1fe24e6af
commit 3fcbd8e16f
5 changed files with 121 additions and 103 deletions

11
include/config.sample.php Normal file
View file

@ -0,0 +1,11 @@
<?php
#ini_set('display_errors', 1);
#ini_set('display_startup_errors', 1);
#error_reporting(E_ALL);
$ical_url = '...';
$ical_name = 'My Calendar File';
$cachefile = 'calendar.ics';
$cachetime = 120; // 2 min