Lazy commit on <function hostname at 0x7d8b267de160>.

This commit is contained in:
2025-06-03 11:40:27 +10:00
parent fc05264afb
commit 94255254fa

View File

@@ -13,7 +13,7 @@ $events = json_decode($json, true);
// Start of the iCalendar content // Start of the iCalendar content
echo "BEGIN:VCALENDAR\r\n"; echo "BEGIN:VCALENDAR\r\n";
echo "VERSION:2.0\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 "CALSCALE:GREGORIAN\r\n";
echo "METHOD:PUBLISH\r\n"; echo "METHOD:PUBLISH\r\n";
echo "X-WR-TIMEZONE:Australia/Brisbane\r\n"; echo "X-WR-TIMEZONE:Australia/Brisbane\r\n";