update_event
Update an existing calendar event by ID, altering only the passed fields like subject, time, or location.
Instructions
Update an existing calendar event by id. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| body | No | ||
| start | No | ||
| eventId | Yes | ||
| subject | No | ||
| location | No | ||
| timeZone | No | ||
| reminderMinutesBeforeStart | No |