update_event
Update specific fields of a Google Calendar event by providing its ID and the changes to apply.
Instructions
Update an event (patch — only the fields you pass are changed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| summary | No | ||
| start | No | ||
| end | No | ||
| time_zone | No | ||
| all_day | No | ||
| description | No | ||
| location | No | ||
| attendees | No | ||
| optional_attendees | No | ||
| recurrence | No | ||
| reminders | No | ||
| use_default_reminders | No | ||
| visibility | No | ||
| transparency | No | ||
| color_id | No | ||
| guests_can_invite_others | No | ||
| guests_can_modify | No | ||
| guests_can_see_other_guests | No | ||
| attachments | No | ||
| add_meet | No | ||
| extra_fields | No | ||
| calendar_id | No | primary | |
| send_updates | No | none | |
| account | No | ||
| password | No |