From 94255254faf2f8123413779fe45064d6e79918c1 Mon Sep 17 00:00:00 2001 From: James Downie Date: Tue, 3 Jun 2025 11:40:27 +1000 Subject: [PATCH] Lazy commit on . --- cal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cal.php b/cal.php index 326d5b9..af26eef 100644 --- a/cal.php +++ b/cal.php @@ -13,7 +13,7 @@ $events = json_decode($json, true); // Start of the iCalendar content echo "BEGIN:VCALENDAR\r\n"; echo "VERSION:2.0\r\n"; -echo "PRODID:-//YourOrg//Brisbane Calendar//EN\r\n"; +echo "PRODID:-//Homelab Brisbane//Event Calendar//EN\r\n"; echo "CALSCALE:GREGORIAN\r\n"; echo "METHOD:PUBLISH\r\n"; echo "X-WR-TIMEZONE:Australia/Brisbane\r\n";