New-MgPlannerPlan
Create a new plannerPlan object.
Note
To view the beta release of this cmdlet, view New-MgBetaPlannerPlan
Syntax
CreateExpanded (Default)
New-MgPlannerPlan
[-ResponseHeadersVariable <string>]
[-AdditionalProperties <hashtable>]
[-Buckets <IMicrosoftGraphPlannerBucket[]>]
[-Container <IMicrosoftGraphPlannerPlanContainer>]
[-CreatedBy <IMicrosoftGraphIdentitySet>]
[-CreatedDateTime <datetime>]
[-Details <IMicrosoftGraphPlannerPlanDetails>]
[-Id <string>]
[-Owner <string>]
[-Tasks <IMicrosoftGraphPlannerTask[]>]
[-Title <string>]
[-Break]
[-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>]
[-Proxy <uri>]
[-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Create
New-MgPlannerPlan
-BodyParameter <IMicrosoftGraphPlannerPlan>
[-ResponseHeadersVariable <string>]
[-Break]
[-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>]
[-Proxy <uri>]
[-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Create a new plannerPlan object.
Permissions
| Permission type | Permissions (from least to most privileged) |
|---|---|
| Delegated (work or school account) | Tasks.ReadWrite, Group.ReadWrite.All, |
| Delegated (personal Microsoft account) | Not supported |
| Application | Tasks.ReadWrite.All, |
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Planner
$params = @{
container = @{
url = "https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"
}
title = "title-value"
}
New-MgPlannerPlan -BodyParameter $params
This example shows how to use the New-MgPlannerPlan Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Parameter properties
| Type: | System.Collections.Hashtable |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-BodyParameter
plannerPlan To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerPlan |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
Create
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Break
Wait for .NET debugger to attach
Parameter properties
| Type: | System.Management.Automation.SwitchParameter |
| Default value: | False |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Buckets
Read-only. Nullable. Collection of buckets in the plan. To construct, see NOTES section for BUCKETS properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerBucket[] |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
| Type: | System.Management.Automation.SwitchParameter |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | cf |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Container
plannerPlanContainer To construct, see NOTES section for CONTAINER properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerPlanContainer |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-CreatedBy
identitySet To construct, see NOTES section for CREATEDBY properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-CreatedDateTime
Read-only. Date and time at which the plan 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
Parameter properties
| Type: | System.DateTime |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Details
plannerPlanDetails To construct, see NOTES section for DETAILS properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerPlanDetails |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Headers
Optional headers that will be added to the request.
Parameter properties
| Type: | System.Collections.IDictionary |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-HttpPipelineAppend
SendAsync Pipeline Steps to be appended to the front of the pipeline
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-HttpPipelinePrepend
SendAsync Pipeline Steps to be prepended to the front of the pipeline
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Id
The unique identifier for an entity. Read-only.
Parameter properties
| Type: | System.String |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Owner
Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group.
Parameter properties
| Type: | System.String |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Proxy
The URI for the proxy server to use
Parameter properties
| Type: | System.Uri |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ProxyCredential
Credentials for a proxy server to use for the remote call
Parameter properties
| Type: | System.Management.Automation.PSCredential |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ProxyUseDefaultCredentials
Use the default credentials for the proxy
Parameter properties
| Type: | System.Management.Automation.SwitchParameter |
| Default value: | False |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Parameter properties
| Type: | System.String |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | RHV |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Tasks
Read-only. Nullable. Collection of tasks in the plan. To construct, see NOTES section for TASKS properties and create a hash table.
Parameter properties
| Type: | Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerTask[] |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Title
Required. Title of the plan.
Parameter properties
| Type: | System.String |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CreateExpanded
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-WhatIf
Runs the command in a mode that only reports what would happen without performing the actions.
Parameter properties
| Type: | System.Management.Automation.SwitchParameter |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | wi |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerPlan
{{ Fill in the Description }}
System.Collections.IDictionary
{{ Fill in the Description }}
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlannerPlan
{{ Fill in the Description }}
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphPlannerPlan>: plannerPlan
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Buckets <IMicrosoftGraphPlannerBucket[]>]: Read-only.
Nullable.
Collection of buckets in the plan.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Name <String>]: Name of the bucket.
[OrderHint <String>]: Hint used to order items of this type in a list view.
For details about the supported format, see Using order hints in Planner.
[PlanId <String>]: Plan ID to which the bucket belongs.
[Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only.
Nullable.
The collection of tasks in the bucket.
[Id <String>]: The unique identifier for an entity.
Read-only.
[ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items.
[AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories
[(Any) <Object>]: This indicates any property can be added to this object.
[AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee
[(Any) <Object>]: This indicates any property can be added to this object.
[UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to.
The format is defined as outlined here.
[AssigneePriority <String>]: Hint used to order items of this type in a list view.
The format is defined as outlined here.
[Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments
[(Any) <Object>]: This indicates any property can be added to this object.
[BucketId <String>]: Bucket ID to which the task belongs.
The bucket needs to be in the plan that the task is in.
It's 28 characters long and case-sensitive.
Format validation is done on the service.
[BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[OrderHint <String>]: Hint used to order tasks in the bucket view of the task board.
For details about the supported format, see Using order hints in Planner.
[ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task.
[CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet
[(Any) <Object>]: This indicates any property can be added to this object.
[Application <IMicrosoftGraphIdentity>]: identity
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date.
For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.
[Id <String>]: Unique identifier for the identity or actor.
For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]: identity
[User <IMicrosoftGraphIdentity>]: identity
[CompletedDateTime <DateTime?>]: Read-only.
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>]: Thread ID of the conversation on the task.
This is the ID of the conversation thread object created in the group.
[CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
[CreatedDateTime <DateTime?>]: Read-only.
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
[Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems
[(Any) <Object>]: This indicates any property can be added to this object.
[Description <String>]: Description of the task.
[PreviewType <String>]: plannerPreviewType
[References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences
[(Any) <Object>]: This indicates any property can be added to this object.
[DueDateTime <DateTime?>]: 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
[HasDescription <Boolean?>]: Read-only.
Value is true if the details object of the task has a nonempty description and false otherwise.
[OrderHint <String>]: Hint used to order items of this type in a list view.
The format is defined as outlined here.
[PercentComplete <Int32?>]: Percentage of task completion.
When set to 100, the task is considered completed.
[PlanId <String>]: Plan ID to which the task belongs.
[PreviewType <String>]: plannerPreviewType
[Priority <Int32?>]: Priority of the task.
The valid range of values is between 0 and 10, with the 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, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'.
Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'.
[ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[OrderHint <String>]: Hint value used to order the task on the progress view of the task board.
For details about the supported format, see Using order hints in Planner.
[ReferenceCount <Int32?>]: Number of external references that exist on the task.
[StartDateTime <DateTime?>]: 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.
[Container <IMicrosoftGraphPlannerPlanContainer>]: plannerPlanContainer
[(Any) <Object>]: This indicates any property can be added to this object.
[ContainerId <String>]: The identifier of the resource that contains the plan.
Optional.
[Type <String>]: plannerContainerType
[Url <String>]: The full canonical URL of the container.
Optional.
[CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
[CreatedDateTime <DateTime?>]: Read-only.
Date and time at which the plan 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
[Details <IMicrosoftGraphPlannerPlanDetails>]: plannerPlanDetails
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
[(Any) <Object>]: This indicates any property can be added to this object.
[Category1 <String>]: The label associated with Category 1
[Category10 <String>]: The label associated with Category 10
[Category11 <String>]: The label associated with Category 11
[Category12 <String>]: The label associated with Category 12
[Category13 <String>]: The label associated with Category 13
[Category14 <String>]: The label associated with Category 14
[Category15 <String>]: The label associated with Category 15
[Category16 <String>]: The label associated with Category 16
[Category17 <String>]: The label associated with Category 17
[Category18 <String>]: The label associated with Category 18
[Category19 <String>]: The label associated with Category 19
[Category2 <String>]: The label associated with Category 2
[Category20 <String>]: The label associated with Category 20
[Category21 <String>]: The label associated with Category 21
[Category22 <String>]: The label associated with Category 22
[Category23 <String>]: The label associated with Category 23
[Category24 <String>]: The label associated with Category 24
[Category25 <String>]: The label associated with Category 25
[Category3 <String>]: The label associated with Category 3
[Category4 <String>]: The label associated with Category 4
[Category5 <String>]: The label associated with Category 5
[Category6 <String>]: The label associated with Category 6
[Category7 <String>]: The label associated with Category 7
[Category8 <String>]: The label associated with Category 8
[Category9 <String>]: The label associated with Category 9
[SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
[(Any) <Object>]: This indicates any property can be added to this object.
[Owner <String>]: Use the container property instead.
ID of the group that owns the plan.
After it's set, this property can’t be updated.
This property won't return a valid group ID if the container of the plan isn't a group.
[Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only.
Nullable.
Collection of tasks in the plan.
[Title <String>]: Required.
Title of the plan.
BUCKETS <IMicrosoftGraphPlannerBucket[]>: Read-only. Nullable. Collection of buckets in the plan. [Id <String>]: The unique identifier for an entity. Read-only. [Name <String>]: Name of the bucket. [OrderHint <String>]: Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner. [PlanId <String>]: Plan ID to which the bucket belongs. [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. The collection of tasks in the bucket. [Id <String>]: The unique identifier for an entity. Read-only. [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items. [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories [(Any) <Object>]: This indicates any property can be added to this object. [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee [(Any) <Object>]: This indicates any property can be added to this object. [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here. [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments [(Any) <Object>]: This indicates any property can be added to this object. [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHint <String>]: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task. [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [CompletedDateTime <DateTime?>]: Read-only. 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>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Read-only. 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 [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems [(Any) <Object>]: This indicates any property can be added to this object. [Description <String>]: Description of the task. [PreviewType <String>]: plannerPreviewType [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences [(Any) <Object>]: This indicates any property can be added to this object. [DueDateTime <DateTime?>]: 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 [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here. [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed. [PlanId <String>]: Plan ID to which the task belongs. [PreviewType <String>]: plannerPreviewType [Priority <Int32?>]: Priority of the task. The valid range of values is between 0 and 10, with the 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, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'. Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'. [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHint <String>]: Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner. [ReferenceCount <Int32?>]: Number of external references that exist on the task. [StartDateTime <DateTime?>]: 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.
CONTAINER <IMicrosoftGraphPlannerPlanContainer>: plannerPlanContainer
[(Any) <Object>]: This indicates any property can be added to this object.
[ContainerId <String>]: The identifier of the resource that contains the plan.
Optional.
[Type <String>]: plannerContainerType
[Url <String>]: The full canonical URL of the container.
Optional.
CREATEDBY <IMicrosoftGraphIdentitySet>: identitySet
[(Any) <Object>]: This indicates any property can be added to this object.
[Application <IMicrosoftGraphIdentity>]: identity
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date.
For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.
[Id <String>]: Unique identifier for the identity or actor.
For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]: identity
[User <IMicrosoftGraphIdentity>]: identity
DETAILS <IMicrosoftGraphPlannerPlanDetails>: plannerPlanDetails
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
[(Any) <Object>]: This indicates any property can be added to this object.
[Category1 <String>]: The label associated with Category 1
[Category10 <String>]: The label associated with Category 10
[Category11 <String>]: The label associated with Category 11
[Category12 <String>]: The label associated with Category 12
[Category13 <String>]: The label associated with Category 13
[Category14 <String>]: The label associated with Category 14
[Category15 <String>]: The label associated with Category 15
[Category16 <String>]: The label associated with Category 16
[Category17 <String>]: The label associated with Category 17
[Category18 <String>]: The label associated with Category 18
[Category19 <String>]: The label associated with Category 19
[Category2 <String>]: The label associated with Category 2
[Category20 <String>]: The label associated with Category 20
[Category21 <String>]: The label associated with Category 21
[Category22 <String>]: The label associated with Category 22
[Category23 <String>]: The label associated with Category 23
[Category24 <String>]: The label associated with Category 24
[Category25 <String>]: The label associated with Category 25
[Category3 <String>]: The label associated with Category 3
[Category4 <String>]: The label associated with Category 4
[Category5 <String>]: The label associated with Category 5
[Category6 <String>]: The label associated with Category 6
[Category7 <String>]: The label associated with Category 7
[Category8 <String>]: The label associated with Category 8
[Category9 <String>]: The label associated with Category 9
[SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
[(Any) <Object>]: This indicates any property can be added to this object.
TASKS <IMicrosoftGraphPlannerTask[]>: Read-only. Nullable. Collection of tasks in the plan. [Id <String>]: The unique identifier for an entity. Read-only. [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items. [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories [(Any) <Object>]: This indicates any property can be added to this object. [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee [(Any) <Object>]: This indicates any property can be added to this object. [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here. [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments [(Any) <Object>]: This indicates any property can be added to this object. [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHint <String>]: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task. [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [CompletedDateTime <DateTime?>]: Read-only. 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>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Read-only. 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 [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems [(Any) <Object>]: This indicates any property can be added to this object. [Description <String>]: Description of the task. [PreviewType <String>]: plannerPreviewType [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences [(Any) <Object>]: This indicates any property can be added to this object. [DueDateTime <DateTime?>]: 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 [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here. [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed. [PlanId <String>]: Plan ID to which the task belongs. [PreviewType <String>]: plannerPreviewType [Priority <Int32?>]: Priority of the task. The valid range of values is between 0 and 10, with the 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, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'. Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'. [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [OrderHint <String>]: Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner. [ReferenceCount <Int32?>]: Number of external references that exist on the task. [StartDateTime <DateTime?>]: 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.