I have an Azure Logic App that consists in getting events info by a given Id. I use Office365 Get Event Connector but it doesn't retrieve iCalUId.
Remember that Outlook events have two "ids":
- id: Unique identifier in resource calendar.
- iCalUId: Unique identifier in ALL attendees calendar.
I need the last one.
Is there any way to obtain it?