I have a flow that checks when an item in a calendar is added, modified, or deleted. it then gets a Sharepoint list of all the EventID's from the Calendar, filters them based on the calendar item's ID, and if it's not blank, sends an email that the item has been deleted. If it is blank, it creates a new item, using the EventID
The problem is: when I delete the item that was created by the flow, the EventID in the deleted item doen't match the eventid in the sharepoint list.
Is the Event ID like an event viewer event? I thought eventID was the identifier of the calendar item itself, and didn't change?