ews_update_meeting_confirmed
Confirm and apply changes to an existing meeting using the preview confirmation ID. Updates subject, start, end, location, or body, with optional notifications.
Instructions
Update an existing meeting. Requires confirm=true and the confirmation_id returned by ews_update_meeting_preview. Supports only subject, start, end, location, and body.
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. | |
| subject | No | Optional replacement subject. | |
| start | No | Optional replacement ISO datetime with timezone. | |
| end | No | Optional replacement ISO datetime with timezone. | |
| location | No | Optional replacement location. | |
| body | No | Optional replacement body. | |
| body_format | No | Format for body updates. Defaults to html; plain text input is safely converted to HTML. | html |
| send_meeting_invitations | No | When true, the confirmed update sends Exchange meeting update notifications. | |
| confirmation_id | Yes | Must exactly match the confirmation_id returned by ews_update_meeting_preview. | |
| confirm | Yes | Must be true. The tool refuses to update meetings unless confirm=true. |