If the event is a meeting, deleting the event on the organizer’s calendar sends a cancellation message to the meeting attendees.

  • Least privileged Microsoft Graph permission to access the action via application: Calendars.ReadWrite.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID. 

To learn more, visit the Microsoft Outlook documentation.

Parameters

ParameterDescription
Calendar IDThe ID of the user calendar.
Event IDID of the event to delete.
User ID or User Principal NameThe ID or userPrincipalName of the user.

Workflow Library Example

Delete User Calendar Event with Microsoft Outlook and Send Results Via Email

Preview this Workflow on desktop