Delete User Calendar Event
Removes the specified event from the containing calendar.
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.
External Documentation
To learn more, visit the Microsoft Outlook documentation.
Parameters
Parameter | Description |
---|---|
Calendar ID | The ID of the user calendar. |
Event ID | ID of the event to delete. |
User ID or User Principal Name | The 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