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";