| title | plannerFavoritePlanReference resource type |
|---|---|
| description | The **plannerFavoritePlanReference** resource type repesents a reference to a plannerPlan that has been marked as a favorite by the user. |
| ms.localizationpriority | medium |
| author | TarkanSevilmis |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The plannerFavoritePlanReference resource type repesents a reference to a plannerPlan that has been marked as a favorite by the user. Clients should note that plannerFavoritePlanReference entries can reference plannerPlans that are deleted, that the user can no longer access, or that have been updated with a different title.
We recommend that clients notify users when there are discrepancies and keep the entries up to date.
| Property | Type | Description |
|---|---|---|
| orderHint | String | Hint used to order items of this type in a list view. The format is defined in Using order hints in Planner. |
| planTitle | String | Title of the plan at the time the user marked it as a favorite. |
None.
The following JSON representation shows the resource type.
{
"orderHint": "String",
"planTitle": "String"
}