Hi,
I'm trying to figure out how to create a flow which reads when an event is updated in google Calendar, and then finds a related event and either deletes it and creates a new one, or updates the existing one.
I have tried a few different things but when ever I try and update or delete event2 it comes up with an error saying the event could not be found.
Example 1:
"Surgery 'Variable1'" event1 is updated
get event2 containing "Dispatch 'Variable1'"
Delete event
create new event3
read date event1 has been updated to add new event3 a set amount of days before
Example 2:
"Surgery 'Variable1'" event1 is updated
get event2 containing "Dispatch 'Variable1'"
Update event2
read date event1 has been updated to and update the day event2 is on.
Thanks in advance for any help