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

Script says it is removing events, but the events stay, causing a loop #429

Closed LeHvass closed 5 months ago

LeHvass commented 5 months ago

The problem

Starting March 31st, the script suddenly has entered a loop of claiming that is deleting events, however the events stay.

image

Furthermore, I have removePastEventsFromCalendar set to "false", but the script still tries to delete past events.

Some of the emails look like this:

image

While others look like this:

image

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

No response

jonas0b1011001 commented 5 months ago

Please check https://script.google.com/home/triggers if you have multiple versions of the script installed.

Could you share an execution log found at https://script.google.com/home/executions.

LeHvass commented 5 months ago

There were indeed multiple versions of the script installed! Thanks for the help - I have cleaned up the trigger list and it looks like this has fixed the issue.