update-calendar
Updates calendar properties such as name and color using Microsoft Graph API. Modify non-default calendars by specifying the calendar ID and update fields like name, color, or permissions.
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 |