calendar_update_event
Modify existing Google Calendar events by updating fields like title, time, description, or location. Provide only the fields you want to change.
Instructions
Update an existing calendar event.
Modifies one or more fields of an existing event. Only provide the fields you want to change; unspecified fields remain unchanged.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The unique event ID to update. Obtain this from calendar_list_events or calendar_search. | |
| summary | No | New event title/summary. | |
| start_time | No | New start time in ISO 8601 format. | |
| end_time | No | New end time in ISO 8601 format. | |
| description | No | New event description. | |
| location | No | New event location. | |
| calendar_id | No | The calendar ID where the event exists. Use 'primary' for the main calendar. |