update_event
Update a Google Calendar event by changing its title, start/end time, description, or location. Provide only the fields you want to modify.
Instructions
Update an existing calendar event. Only provide fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time in ISO 8601 format | |
| start | No | New start time in ISO 8601 format | |
| title | No | New title (leave empty to keep current) | |
| event_id | Yes | Event ID from list_events or search_events | |
| location | No | New location | |
| description | No | New description |