calendar_events_update
Modify an existing calendar event by specifying its ID and providing new details such as title, start/end time, or description.
Instructions
Update an existing calendar event.
Input 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 |