calendar_update_event
Update existing Google Calendar events by modifying title, start/end time, location, or description.
Instructions
Update an existing Google Calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | New end time in ISO 8601 format | |
| eventId | Yes | ID of the event to update (required) | |
| summary | No | New event title | |
| location | No | New event location | |
| startTime | No | New start time in ISO 8601 format | |
| calendarId | No | Calendar ID (default: primary) | |
| description | No | New event description |