cal_update
Update an existing Outlook calendar event by providing its ID and optional changes to title, start/end times, attendees, free/busy status, or timezone.
Instructions
Update an existing calendar event in Outlook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID to update | |
| title | No | New title (optional) | |
| start | No | New start time — natural language or ISO format (optional) | |
| end | No | New end time — natural language or ISO format (optional) | |
| attendees | No | Comma-separated attendee emails (optional) | |
| show_as | No | Free/busy status — free, tentative, busy, oof (Out of Office), or workingElsewhere (optional) | |
| timezone | No | IANA timezone (e.g. 'America/New_York'). Defaults to value from outpost config. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||