ews_cancel_meeting_confirmed
Cancel a non-recurring meeting by moving it to trash after confirmation from preview. Requires confirm=true and matching confirmation_id.
Instructions
Cancel an existing non-recurring organizer meeting by moving it to trash. Requires confirm=true and the confirmation_id returned by ews_cancel_meeting_preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact EWS calendar item id from ews_find_calendar_events. | |
| changekey | Yes | Exact changekey returned with the EWS item id. | |
| send_meeting_cancellations | No | When true, send Exchange meeting cancellation notices. | |
| confirmation_id | Yes | Must exactly match the confirmation_id returned by ews_cancel_meeting_preview. | |
| confirm | Yes | Must be true. The tool refuses to cancel meetings unless confirm=true. |