Update Event
update_eventUpdate an event's title, dates, location, or description by providing its unique ID.
Instructions
Update event properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event UID | |
| summary | No | New title | |
| startDate | No | New start date/time (ISO 8601, e.g. '2026-03-15T09:00:00Z') | |
| endDate | No | New end date/time (ISO 8601, e.g. '2026-03-15T10:00:00Z') | |
| location | No | New location | |
| description | No | New notes/description |