update_event
Modify an existing Google Calendar event by updating its title, description, time, location, or attendees using the specified event ID.
Instructions
Update an existing event in Google Calendar
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | List of attendees | |
calendarId | No | Calendar ID (default: 'primary') | primary |
description | No | Event description | |
end | No | ||
eventId | Yes | Event ID to update | |
location | No | Event location | |
start | No | ||
summary | No | Event title/summary |