update-specific-calendar-event
Modify an existing calendar event's properties such as subject, start/end time, location, and attendees. Supply the calendar ID and event ID to target the event.
Instructions
Update the navigation property events in me
💡 TIP: CRITICAL: Do not try to guess the email address of the recipients. Use the list-users tool to find the email address of the recipients. WARNING: Setting attendees replaces the entire attendee list — include all attendees, not just new ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| calendarId | Yes | Path parameter: calendarId | |
| eventId | Yes | Path parameter: eventId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |