Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.68 KB

File metadata and controls

53 lines (41 loc) · 1.68 KB
title description ms.localizationpriority author ms.subservice doc_type
plannerAssignment resource type
The **plannerAssignment** resource represents the assignment of a task to a user. This type is used in the open type plannerAssignments.
medium
TarkanSevilmis
planner
resourcePageType

plannerAssignment resource type

Namespace: microsoft.graph

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 when 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.

JSON representation

The following JSON representation shows the resource type.

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