update_event
Modify existing calendar events by updating only the specified fields such as title, time, location, or attendees, leaving other details unchanged.
Instructions
Update an existing calendar event. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Event status. | |
| account | Yes | Account id. | |
| summary | No | New event title. | |
| end_date | No | New all-day end date. | |
| event_id | Yes | Event ID. | |
| location | No | New event location. | |
| attendees | No | Replace full attendees list. | |
| time_zone | No | Time zone for updated start/end. | |
| start_date | No | New all-day start date. | |
| calendar_id | Yes | Calendar ID. | |
| description | No | New event description. | |
| end_date_time | No | New end time as RFC3339. | |
| start_date_time | No | New start time as RFC3339. | |
| send_notifications | No | Notify attendees of changes (default true). |