calendar_events_update
Modify existing Google Calendar events by updating titles, times, descriptions, and other details to keep schedules accurate and organized.
Instructions
Update an existing calendar event.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | Yes | Calendar ID | |
| eventId | Yes | Event ID to update | |
| summary | No | Event title | |
| start | No | Start time JSON | |
| end | No | End time JSON | |
| description | No | Event description |