Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.82 KB

File metadata and controls

65 lines (48 loc) · 1.82 KB
title plannerAssignment resource type
description The **plannerAssignment** resource represents the assignment of a task to a user. This type is used in the open type plannerAssignments.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 07/25/2024

plannerAssignment resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The plannerAssignment resource represents the assignment of a task to a user. This type is used in the open type plannerAssignments.

Properties

Property Type Description
assignedBy identitySet The identity of the user that performed the assignment of the task, that is, the assignor.
assignedDateTime DateTimeOffset The time at which the task was assigned. 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
orderHint String Hint used to order assignees in a task. The format is defined as outlined here.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "assignedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "assignedDateTime": "String (timestamp)",
  "orderHint": "String"
}