Timezone data not being utilised
-
Hi and thanks heaps for ICSCalendar, I’m currently using it to import calendars from a nextcloud instance.
The .ics files contain timezone data:
BEGIN:VTIMEZONE TZID:Australia/Adelaide BEGIN:STANDARD TZOFFSETFROM:+1030 TZOFFSETTO:+0930 TZNAME:ACST DTSTART:19700405T030000 RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU END:STANDARD BEGIN:DAYLIGHT TZOFFSETFROM:+0930 TZOFFSETTO:+1030 TZNAME:ACDT DTSTART:19701004T020000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=1SU END:DAYLIGHT END:VTIMEZONE
Our WordPress settings are set to the timezone: Australia/Perth which is 1.5 hrs earlier than Australia/Adelaide
However, the calendar is showing times for timezone Australia/Adelaide NOT Australia/Perth
I have tried adding
tzignore="true"
andtzoffset="Australia/Perth"
in various combinations but these parameters seem to have no effect.I’m adding them to the shortcode like so:
[ics_calendar url="https://cloud.ausrebellion.earth/remote.php/dav/public-calendars/5sYZn5Si98Mz5kCx?export https://cloud.ausrebellion.earth/remote.php/dav/public-calendars/f52AYc4SKMxEiXCg/?export" tzignore="true" tzoffset="Australia/Perth" color="#14aa37 #F5A623" title="false" view="month" eventdesc="true" eventdesc="12" description="false" columnlabels="short" location="true" reload="true"]
Note: I have two calendars to display, the first calendar has times in “TZID:Australia/Perth” which are displayed correctly. The second displays the times in “TZID:Australia/Adelaide” without converting them to the wordpress sites timezone Australia/Perth
Help is greatly appreciated since this is a community site and until I can get the times working correctly I’ll need to disable the second calendar.
The page I need help with: [log in to see the link]
- The topic ‘Timezone data not being utilised’ is closed to new replies.