update_event
Update an existing Outlook calendar event by patching fields like subject, location, or time. Pass only changed fields; specify time zone when adjusting start or end times.
Instructions
Patch fields of an existing event. Pass None to leave a field unchanged.
If you change start_datetime or end_datetime, you must also pass time_zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| mailbox | No | ||
| subject | No | ||
| event_id | Yes | ||
| location | No | ||
| body_type | No | text | |
| time_zone | No | ||
| is_all_day | No | ||
| include_raw | No | ||
| end_datetime | No | ||
| start_datetime | No | ||
| is_online_meeting | No |