Lazy commit on <function hostname at 0x7d8b267de160>.
This commit is contained in:
2
cal.php
2
cal.php
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user