calendar_events_update
Update an existing calendar event by modifying only the fields you specify. Change title, description, start or end time without affecting other details.
Instructions
Update an existing calendar event with patch semantics (only supplied fields change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time JSON | |
| start | No | Start time JSON | |
| eventId | Yes | Event ID to update | |
| summary | No | Event title | |
| calendarId | Yes | Calendar ID | |
| description | No | Event description |