calendar_update_event
Update an existing calendar event for a specified Gmail account, modifying title, time, location, description, or attendees.
Instructions
Update an existing calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The authenticated Google account. | ||
| title | No | New title/summary. | |
| eventId | Yes | The event ID to update (from calendar_list_events). | |
| location | No | New location. | |
| timeZone | No | Timezone for the event. | |
| attendees | No | Comma-separated list of attendee email addresses (replaces existing). | |
| calendarId | Yes | The calendar ID. Use 'primary' for the main calendar. | |
| description | No | New description. | |
| endDateTime | No | New end date/time in ISO 8601 format. | |
| startDateTime | No | New start date/time in ISO 8601 format. |