delete_event
Delete an Outlook calendar event permanently. For recurring events, choose whether to remove a single occurrence or the entire series using the apply_to parameter.
Instructions
Delete a calendar event from Outlook. For recurring events, use apply_to to choose between deleting a single instance or the entire series. Returns a confirmation message. This action is permanent and cannot be undone. Returns an error if the event ID does not exist. Use get_event to verify the event before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply_to | No | For recurring events: "this_instance" deletes one occurrence, "all_in_series" deletes the entire series. Defaults to "this_instance" if omitted. | this_instance |
| event_id | Yes | The event ID to delete (e.g., from list_events or search_events) |