gws.cal.update_event
Update an existing calendar event by specifying only the fields to change. Modify the title, time, location, or description while leaving all other event details untouched.
Instructions
Update (reschedule/edit) an existing calendar event using patch semantics: only the fields you provide change, all others are left untouched. start and end are RFC3339 timestamps (include the timezone offset). Defaults to the primary calendar unless calendarId is given. Returns the updated event's title, times, ID, and link. Preview the changes with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time (RFC3339) | |
| start | No | New start time (RFC3339) | |
| account | No | Account label or email. Uses default if omitted. | |
| eventId | Yes | Event ID to update | |
| summary | No | New event title | |
| location | No | New event location | |
| calendarId | No | Calendar ID (default: primary) | |
| description | No | New event description |