Update calendar event
google_calendar_update_eventUpdate specific fields of an existing Google Calendar event using its event ID. Modify start/end times, summary, location, attendees, or description without overwriting other event details.
Instructions
Update fields of an existing event (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end RFC3339 datetime. | |
| start | No | New start RFC3339 datetime. | |
| account | No | Account nickname to use. | |
| eventId | Yes | Event ID. | |
| summary | No | ||
| location | No | ||
| attendees | No | Full attendee list. | |
| calendarId | No | Calendar ID (default primary). | |
| description | No |