| title | plannerRecentPlanReferenceCollection resource type |
|---|---|
| description | The **plannerRecentPlanReferenceCollection** resource represents the collection of references to plans that were recently viewed 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 is the ID of the corresponding plan. The value in the property-value pair is the plannerRecentPlanReference object. |
| ms.localizationpriority | medium |
| author | TarkanSevilmis |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The plannerRecentPlanReferenceCollection resource represents the collection of references to plans that were recently viewed 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 is the ID of the corresponding plan. The value in the property-value pair is the plannerRecentPlanReference object. Adding new references to this collection will automatically remove the oldest entries when the size of the collection exceeds a predetermined maximum value.
You can define the properties of this open type. The property names are id values of plannerPlan resources and their values must be plannerRecentPlanReference 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.
{
"7oTB5aMIAE2rVo-1N-L7RmQAGX2q": {
"@odata.type": "microsoft.graph.plannerRecentPlanReference",
"lastAccessedDateTime": "2017-12-02T22:49:46.155Z",
"planTitle": "Purchase Workflow"
},
"iKNMHkk3vEWpSF7F7iZWIGQAAMMw": {
"@odata.type": "microsoft.graph.plannerRecentPlanReference",
"lastAccessedDateTime": "2017-12-03T21:59:28.975Z",
"planTitle": "New Year's Office Party"
}
}