Skip to content

Commit e8f3497

Browse files
authored
Merge pull request #9880 from mashokMicrosoft/mashok/group-calendar-readonly-note
docs: add note about read-only group calendar container properties
2 parents 43eecd2 + 1d50f66 commit e8f3497

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

api-reference/beta/api/calendar-update.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ In the request body, supply the values for relevant fields that should be update
6161
|isDefaultCalendar|Boolean|True if this calendar is the user's default calendar, false otherwise.|
6262
|name|String|The calendar name.|
6363

64+
> [!IMPORTANT]
65+
> Calendar container properties in group calendars are read-only and can't be modified. `PATCH` requests that target these properties fail with a `405 Method Not Allowed` response.
66+
6467
## Response
6568

6669
If successful, this method returns a `200 OK` response code and updated [calendar](../resources/calendar.md) object in the response body.

api-reference/v1.0/api/calendar-update.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ In the request body, supply the values for relevant fields that should be update
5959
|isDefaultCalendar|Boolean|True if this calendar is the user's default calendar, false otherwise.|
6060
|name|String|The calendar name.|
6161

62+
> [!IMPORTANT]
63+
> Calendar container properties in group calendars are read-only and can't be modified. `PATCH` requests that target these properties fail with a `405 Method Not Allowed` response.
64+
6265
## Response
6366

6467
If successful, this method returns a `200 OK` response code and updated [calendar](../resources/calendar.md) object in the response body.

0 commit comments

Comments
 (0)