| title | plannerFavoritePlanReferenceCollection resource type |
|---|---|
| description | the value is the plannerFavoritePlanReference object. |
| author | TarkanSevilmis |
| ms.localizationpriority | medium |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The plannerFavoritePlanReferenceCollection resource represents the collection of references to plans that are marked as a favorite by a user. This resource is an open type that allows additional properties beyond those documented here and is part of the plannerUser object. The property name in the property-value pair is the ID of the corresponding plan; the value is the plannerFavoritePlanReference object.
You can define the properties of this open type. The property names are id values of plannerPlan resources and their values must be plannerFavoritePlanReference objects. To remove an item in the favorites list, set the value of the property to null.
None.
The following JSON representation shows the resource type.
{
"jd8S5gOaFk2S8aWCIAJz42QAAxtD": {
"@odata.type": "microsoft.graph.plannerFavoritePlanReference",
"orderHint": "8586866870001551087",
"planTitle": "Customer reviews"
},
"uZWtCtli30CGoWLIWSat1mQAC0ai": {
"@odata.type": "microsoft.graph.plannerFavoritePlanReference",
"orderHint": "8586848705198093378",
"planTitle": "Order Management (December 2017)"
}
}