| activeChecklistItemCount |
Int32 |
The number of checklist items with value set to false, representing incomplete items. |
| appliedCategories |
plannerAppliedCategories |
The categories to which the task is applied. See plannerAppliedCategories resource type for possible values. |
| archivalInfo |
plannerArchivalInfo |
Read-only. Nullable. Contains information about who archived or unarchived the task and why. |
| assigneePriority |
String |
A hint that is used to order items of this type in a list view. For more information, see Using order hints in planner. |
| assignments |
plannerAssignments |
The set of assignees the task is assigned to. |
| bucketId |
String |
Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. |
| checklistItemCount |
Int32 |
The number of checklist items that are present on the task. |
| completedBy |
identitySet |
The identity of the user that completed the task. |
| completedDateTime |
DateTimeOffset |
Read-only. The date and time at which the 'percentComplete' of the task is set to '100'. 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 |
| conversationThreadId |
String |
The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. |
| createdBy |
identitySet |
The identity of the user who created the task. |
| createdDateTime |
DateTimeOffset |
Read-only. The date and time at which the task is created. 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 |
| creationSource |
plannerTaskCreation |
Information about the origin of the task. |
| dueDateTime |
DateTimeOffset |
The date and time at which the task is due. 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 |
| hasChat |
Boolean |
Read-only. This value is true if the task has chat messages associated with it. Otherwise, false. |
| hasDescription |
Boolean |
Read-only. This value is true if the details object of the task has a nonempty description. Otherwise, false. |
| id |
String |
Read-only. The unique identifier of the task. The value of this property is 28 characters long and case-sensitive. Format validation is done on the service. |
| isArchived |
Boolean |
Read-only. If set to true, the task is archived. An archived task is read-only. |
| isOnMyDay |
Boolean |
Indicates whether to show this task in the MyDay view. If true, it shows the task. |
| isOnMyDayLastModifiedDate |
Date |
Read-only. The date on which task is added to or removed from MyDay. |
| orderHint |
String |
The hint used to order items of this type in a list view. For more information, see Using order hints in planner. |
| percentComplete |
Int32 |
The percentage of task completion. When set to 100, the task is completed. |
| priority |
Int32 |
The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as "urgent", 2 and 3 and 4 as "important", 5, 6, and 7 as "medium", and 8, 9, and 10 as "low". Currently, planner sets the value 1 for "urgent", 3 for "important", 5 for "medium", and 9 for "low". |
| planId |
String |
Plan ID to which the task belongs. |
| previewType |
String |
The type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. |
| recurrence |
plannerTaskRecurrence |
Defines active or inactive recurrence for the task. null when the recurrence has never been defined for the task. |
| referenceCount |
Int32 |
Number of external references that exist on the task. |
| specifiedCompletionRequirements |
plannerTaskCompletionRequirements |
Indicates all the requirements specified on the plannerTask. The possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. |
| startDateTime |
DateTimeOffset |
Date and time at which the task starts. 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 |
| title |
String |
Title of the task. |