Sometimes, it works, but it randomly stops.
I was researching the Google Calendar API, and this has something to do with tokens and the v3 of the API; looks like it’s a bug.
Has someone fixed this?
Thanks!
##update##
According to this Google Calendar API doc, it has something to do with deleted events and “wipe the store and re-sync”, not sure how to do that in Make.com.
These errors primarily occur when the target resource has been permanently removed. Hence, please inspect the data causing the error (to confirm its existence) and consider to use the break error handler in the calendar module.
After more experimentation, I think this is related to some API changes in the Google Calendar API associated with the new token system.
If there’s a concurrent event in your calendar where the original event was created before the starting date of your trigger, this error will occur.
For now, I think @Msquare_Automation’s recommendation is the best option.
Just capture the error and then resume.
We are so thankful for the extra information and feedback you gave us here. Honestly it’s a game-changer. Because this way it’s easier for other users to look for solutions while dealing with similar troubles.