update_event
Update an existing calendar event by specifying only the fields to change, such as time, title, location, attendees, or description.
Instructions
Update an existing calendar event. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time (ISO 8601). | |
| start | No | New start time (ISO 8601). | |
| summary | No | New event title. | |
| event_id | Yes | The event ID to update. | |
| location | No | New event location. | |
| attendees | No | New list of attendee email addresses. | |
| calendar_id | No | Calendar ID. Defaults to primary. | primary |
| description | No | New event description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |