Hi,
I'm trying to subscribe to a calendar from this URL:
webcal://myau.ento.com/api/staff/calendar/c65b0585da47932.23970544(Timezone is in UTC+10 Australia, AEST).
I've set up my outlook.com to be in the same timezone (Melbourne / UTC+10). However when I subscribed to this calendar, the 3 & 4 Oct event is off by an hour. The 15 Oct is correct (daylight saving starts on first Sunday of October, timezone becomes AEDT). I thought the .ics is wrong or contains missing information about the daylight saving but they are there.
What makes me confused:
- Outlook (both .com and app) shows the event times correctly if I import the .ics file
- Google Calendar displays them correctly both with subscribing to calendar and import
The contents of the .ics file is below (I put newlines for readability)
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//c65b0585da47932.23970544//NONSGML kigkonsult.se iCalcreator 2.18/
/
METHOD:PUBLISH
X-ORIGINAL-URL:webcal://myau.ento.com/api/staff/calendar/c65b0585da47932.23
970544
X-WR-CALNAME:Roster Calendar: Arlyn A
X-WR-CALDESC:Shift and leave details for Arlyn A
X-WR-RELCALID:c65b0585da47932.23970544
X-WR-TIMEZONE:Australia/Hobart
BEGIN:VTIMEZONE
TZID:Australia/Hobart
X-LIC-LOCATION:Australia/Hobart
BEGIN:STANDARD
DTSTART:20250406T030000
TZOFFSETFROM:+1100
TZOFFSETTO:+1000
TZNAME:AEST
RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20241006T020000
TZOFFSETFROM:+1000
TZOFFSETTO:+1100
TZNAME:AEDT
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:Shift80161850@c65b0585da47932.23970544
DTSTAMP:20241001T013833Z
DESCRIPTION:60m
DTSTART;TZID=Australia/Hobart:20240902T090000
DTEND;TZID=Australia/Hobart:20240902T170000
LOCATION:Head Chef - Southbank
SUMMARY:Shift: 09:00-17:00 - Head Chef
END:VEVENT
BEGIN:VEVENT
UID:Shift80200008@c65b0585da47932.23970544
DTSTAMP:20241001T013833Z
DESCRIPTION:60m
DTSTART;TZID=Australia/Hobart:20240903T090000
DTEND;TZID=Australia/Hobart:20240903T170000
LOCATION:Head Chef - Southbank
SUMMARY:Shift: 09:00-17:00 - Head Chef
END:VEVENT
BEGIN:VEVENT
UID:Shift81192653@c65b0585da47932.23970544
DTSTAMP:20241001T013833Z
DESCRIPTION:15m
DTSTART;TZID=Australia/Hobart:20241003T090000
DTEND;TZID=Australia/Hobart:20241003T170000
LOCATION:Head Chef - Southbank
SUMMARY:Shift: 09:00-17:00 - Head Chef
END:VEVENT
BEGIN:VEVENT
UID:Shift81192670@c65b0585da47932.23970544
DTSTAMP:20241001T013833Z
DESCRIPTION:15m
DTSTART;TZID=Australia/Hobart:20241004T090000
DTEND;TZID=Australia/Hobart:20241004T170000
LOCATION:Head Chef - Southbank
SUMMARY:Shift: 09:00-17:00 - Head Chef
END:VEVENT
BEGIN:VEVENT
UID:Shift81194648@c65b0585da47932.23970544
DTSTAMP:20241001T013833Z
DESCRIPTION:60m
DTSTART;TZID=Australia/Hobart:20241015T090000
DTEND;TZID=Australia/Hobart:20241015T170000
LOCATION:Head Chef - Southbank
SUMMARY:Shift: 09:00-17:00 - Head Chef
END:VEVENT
END:VCALENDAR
Was there something in the ics file that makes this weird issue?