Hi all,
I try to create an automated sync between two exchange calendars.
Regarding this goal, i've created a flow who creates a new event in calendar B whenever a new event is created in calendar A.
In the creation process, the ID of the event from the source calndar A will be stored in the body of the new event in calendar B.
That means, that every body will end with SYNC-ID-<RANDOM NUMBER>. (Random number means, that there will be the unique ID-number from the source event, added to every new event).
In a second step, I need to update also existing events.
To do so, I'd like to filter one specific event in calendar B by using the right filter query and search for the "SYNC-ID" with the ID of a source event on calendar A, where an update is triggered.
How can I filter by a specific string (with one variable ID-value based on the source event) in the body of an event?
Thank you so much for your help!
Kind regards
Claudia