This commit is contained in:
2025-06-06 09:59:42 +10:00

View File

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