ews_create_meeting_confirmed
Create and send meeting invitations after user confirmation of attendees, time, subject, body, and location. Requires a confirmation ID from a prior preview step.
Instructions
Create a meeting and send invitations. Only call after the user explicitly confirms the exact attendees, time, subject, body, and location. Requires confirm=true and the confirmation_id returned by ews_create_meeting_preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| attendees | Yes | ||
| rooms | No | Meeting room names, aliases, or email addresses. | |
| start | Yes | ISO datetime with timezone | |
| end | Yes | ISO datetime with timezone | |
| body | No | ||
| body_format | No | Meeting body format. Defaults to html; plain text input is safely converted to HTML. | html |
| location | No | ||
| confirmation_id | Yes | Must exactly match the confirmation_id returned by ews_create_meeting_preview. | |
| confirm | Yes | Must be true. The tool refuses to create meetings unless confirm=true. |