update_event
Modify specific fields of an existing Google Calendar event by passing only the values you want changed, such as time, title, location, or attendees.
Instructions
Partial update of an existing event. Only pass the fields you want to change. Uses PATCH semantics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| summary | No | ||
| event_id | Yes | ||
| location | No | ||
| timezone | No | ||
| attendees | No | ||
| calendar_id | No | primary | |
| description | No | ||
| send_updates | No | none |