update-calendar
Modify a calendar's name and color settings. Note that the default calendar's name cannot be changed.
Instructions
Update the navigation property calendars in me
💡 TIP: Updates a calendar's properties. Body: { name: 'New Name', color: 'lightBlue' }. Cannot update the default calendar's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| calendarId | Yes | Path parameter: calendarId | |
| 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 |