ews_update_meeting_preview
Preview changes to an existing Exchange meeting by specifying the item id and changekey. Modifications to subject, time, location, or body are simulated without sending updates.
Instructions
Preview changes to an existing meeting using exact id and changekey. Does not save or send meeting updates.
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. |