update_calendar_event
Update details of an existing calendar event, such as title, time, location, description, and attendees, by specifying the event ID.
Instructions
Update an existing calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | The ID of the event to update | |
| summary | No | Event title/summary | |
| description | No | Event description | |
| startDateTime | No | Start date and time in ISO format | |
| endDateTime | No | End date and time in ISO format | |
| timeZone | No | Time zone (e.g., America/Los_Angeles) | |
| attendees | No | Array of attendee email addresses | |
| location | No | Event location |