Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.7 KB

File metadata and controls

54 lines (42 loc) · 1.7 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/26/2024

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"
}