Hello, I have a number of systems that tie into Google Calendars that are essential for my work. Unfortunately, they do not play nicely together. I have been trying to work out automation to help, which would effectively do this:
Event created on Calendar A > Create Event on Calendar B
-and-
2) Event deleted on Calendar A > Delete Event on Calendar B
I can get #1 to work reliably, but #2 is problematic as no matter how I work it, I get 404 errors. I have also tried pulling an event between the triggering deletion and the delete itself to save the eventID, which still fails. It essentially looks like this:
Trigger (Event Deleted on Cal A) > Pull Event ID > Delete event on Cal B.
I'm not sure what's mucked up here, and would greatly appreciate someone's assistance. I'm assuming its a problem with the EVENT ID in the last operation, but cannot resolve it.