Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.13 KB

File metadata and controls

65 lines (49 loc) · 2.13 KB
title plannerRecentPlanReference resource type
description The **plannerRecentPlanReference** resource type repesents a reference to a plannerPlan that has recently been viewed by a user.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 07/25/2024

plannerRecentPlanReference resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The plannerRecentPlanReference resource type repesents a reference to a plannerPlan that has recently been viewed by a user. The plannerRecentPlanReferences for a user are explicitly maintained by apps. Any app that implements the recent plans feature should record when the user last viewed a plan, and update plannerRecentPlanReference entries accordingly. Apps should note that plannerRecentPlanReference 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 apps notify users when there are discrepancies and keep the entries up to date.

Properties

Property Type Description
lastAccessedDateTime DateTimeOffset The date and time the plan was last viewed by the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
planTitle String The title of the plan at the time the user viewed it.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "lastAccessedDateTime": "String (timestamp)",
  "planTitle": "String"
}