calendar_update_event
Update an existing Google Calendar event's title, schedule, location, description, or attendees. Set confirm to true to send update notifications when attendees are involved.
Instructions
Update an existing Google Calendar event. Requires confirm: true if the event has attendees or attendees are being added, since it will send update notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time (RFC3339) or date (YYYY-MM-DD for all-day) | |
| start | No | New start time (RFC3339) or date (YYYY-MM-DD for all-day) | |
| confirm | No | Set to true to confirm updating event with attendees (sends notifications) | |
| eventId | Yes | The event ID to update | |
| summary | No | New event title/summary | |
| location | No | New event location | |
| timeZone | No | Time zone (e.g., "America/New_York") | |
| accountId | Yes | The Google account ID, alias, or email | |
| attendees | No | New attendee email addresses (replaces existing attendees) | |
| calendarId | No | Calendar ID (default: "primary") | |
| description | No | New event description |