CreateTaskRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CreateTask_Request_V4
public class CreateTaskRequest
type CreateTaskRequest = class
Public Class CreateTaskRequest
- Inheritance
-
CreateTaskRequest
Constructors
| Name | Description |
|---|---|
| CreateTaskRequest() | |
Properties
| Name | Description |
|---|---|
| AppliedCategories |
appliedCategories |
| AssignedUserIds |
Semi-colon separated ids or email addresses of users to assign this task to. |
| BucketId |
The bucket to place this task in. |
| DueDateTime |
The datetime the task is due (Ex. '2018-04-13T00:42:19.284Z'). |
| GroupId |
The group to retrieve the plan. |
| PlanId |
The plan for the new task. |
| Priority |
Priority of the task. Valid range of values is between 0 and 10 (inclusive), with increasing value being lower priority (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". |
| StartDateTime |
The datetime the task starts (Ex. '2018-04-13T00:42:19.284Z'). |
| Title |
The title of the new task (maximum of 255 chars). |