calendar-update-event
Modify details of an existing calendar event, including title, description, location, time, and attendees, using the event ID. Integrates with primary or specified calendars.
Instructions
Update an existing calendar event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | Array of attendee email addresses | |
calendarId | No | Calendar ID - Available options: 'primary' (Primary Calendar) | primary |
description | No | Event description | |
endDateTime | No | End date/time in ISO format | |
eventId | Yes | Event ID | |
location | No | Event location | |
startDateTime | No | Start date/time in ISO format | |
summary | No | Event title/summary |