derekantrican / GAS-ICS-Sync

A Google Apps Script for syncing ICS/ICAL files faster than the current Google Calendar speed
GNU General Public License v3.0
1.5k stars 192 forks source link

Time Zone - Event End Time doesn't use the specified Time Zone #424

Closed 123gizi closed 5 months ago

123gizi commented 6 months ago

The problem

I have a set of events where start and end times are in different time zones. The start times for each event is correctly put into Google Calendar but the end time (using GAS-ICS) uses the time zone specified in the start time. This shouldn't be the case as when I import the ICS file directly into Google Calendar, the events display correctly with both time zones displaying correctly. As per Discord, GAS-ICS ignores the specified end time zone and continues to use the start time zone.

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

Sanitised.zip Example ICS file added

jonas0b1011001 commented 5 months ago

426 should do the trick.

Bildschirmfoto 2024-03-18 um 14 39 07

Let me know if any further issues arise!