calendar_v3_update_event
Modify existing Google Calendar events by updating details like title, time, location, attendees, or permissions using the Calendar API v3.
Instructions
[Calendar API v3] Update an existing calendar event
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ID of the event to update | |
| summary | No | Updated title of the event (optional) | |
| description | No | Updated description for the event (optional) | |
| location | No | Updated location for the event (optional) | |
| start_time | No | Updated start time in ISO format (optional) | |
| end_time | No | Updated end time in ISO format (optional) | |
| time_zone | No | Updated time zone (optional) | |
| attendees | No | Updated list of email addresses for attendees (optional) | |
| guest_can_invite_others | No | Updated guest invite permission (optional) | |
| guest_can_modify | No | Updated guest modify permission (optional) | |
| guest_can_see_other_guests | No | Updated guest visibility permission (optional) |