delete_calendar_event
Remove an Outlook calendar event without sending notifications. Use to delete events you did not organize or silently delete your own events, with scopes for single occurrence or series.
Instructions
Remove an event from your calendar without sending any notification. Use this to remove events you did not organize, or to silently delete your own events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope of deletion: "single" (default) deletes this occurrence only, "thisAndFollowing" deletes this and all future occurrences, "allInSeries" deletes the entire series | single |
| eventId | Yes | Event ID from get_calendar_events |