Update Calendar Event
calendar_update_eventUpdate Microsoft 365 calendar events by changing fields like subject, time, location, or attendees. Attendees receive update notifications.
Instructions
✏️ Update event properties (requires user confirmation recommended)
Modifies event details like time, location, or attendees. Attendees will receive update notifications.
Allowed update keys: subject, start, end, timezone, location, body, attendees.
Args: event_id: The event ID to update updates: Dictionary with fields to update (subject, start, end, location, body) account_id: Microsoft account ID
Returns: Updated event object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| updates | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||