Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.81 KB

File metadata and controls

67 lines (48 loc) · 1.81 KB
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

plannerFavoritePlanReference resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "orderHint": "String",
  "planTitle": "String"
}