docs: add note about read-only group calendar container properties#9880
Conversation
…perties Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Learn Build status updates of commit 7eb7a0f: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 7eb7a0f: ✅ Validation status: passed
For more details, please refer to the build report. |
Added important note about group calendar properties being read-only.
There was a problem hiding this comment.
Pull request overview
Adds a new warning to the calendar update API docs to clarify group-calendar update behavior for calendar container properties in both v1.0 and beta. This fits the Outlook/Graph reference set by documenting a group-specific API constraint on an existing PATCH method.
Changes:
- Added an
[!IMPORTANT]callout to the v1.0calendar-updatetopic. - Added the same
[!IMPORTANT]callout to the betacalendar-updatetopic. - Documented that certain PATCH requests against group calendar container properties return
405 Method Not Allowed.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| api-reference/v1.0/api/calendar-update.md | Adds the new group-calendar warning to the v1.0 update method doc. |
| api-reference/beta/api/calendar-update.md | Adds the same warning to the beta update method doc. |
|
Learn Build status updates of commit 1df5a0d: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 1d50f66: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@mashokMicrosoft, please do the CL agreement as indicated above. |
|
@microsoft-github-policy-service agree company="Microsoft" |
Summary
[!IMPORTANT]callout in the Request body section ofcalendar-update.mdto clarify that calendar container properties in group calendars are read-only.405 Method Not Allowed.Test plan
🤖 Generated with Claude Code