-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update planner-overview.md to include reference to change notifications #9475
base: main
Are you sure you want to change the base?
Conversation
Added a section to let customers know they can use change notifications for sync scenarios.
Learn Build status updates of commit 7154c82: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 13d69c1: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@@ -76,6 +76,10 @@ Planner allows changes to older versions of resources, if the intended change do | |||
Each resource has a unique etag. Etag values for different resources, including those with containment relationships, cannot be compared. | |||
The client apps are expected to handle versioning related [error codes](/graph/errors) `409` and `412` by reading the latest version of the item and resolving the conflicting changes. | |||
|
|||
## Planner change notifications | |||
|
|||
An app may subscribe to [change notifications](/graph/change-notifications-overview) for all Planner resources. When a resource changes, the app receives a notification that includes the ID of the changed resource, which you can use to get the most recent version of the resource. For app developers who need to synchronize a copy of Planner data from a tenant to local storage, this is the most efficient and recommended approach to avoid running into throttling limits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The https://learn.microsoft.com/en-us/graph/change-notifications-overview topic doesn't mention support for change notifications for Planner resources. How can an app subscribe to change notifications for a Planner resource?
Added a section to let customers know they can use change notifications for sync scenarios.
Important
Required for API changes:
Add other supporting information, such as a description of the PR changes:
ADD INFORMATION HERE
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressed
to the pull request.For more information, see the Content review process summary.