Share via


Update-MgBetaPlannerBucket

Update the properties of plannerbucket object.

Note

To view the v1.0 release of this cmdlet, view Update-MgPlannerBucket

Syntax

UpdateExpanded (Default)

Update-MgBetaPlannerBucket
    -PlannerBucketId <string>
    -IfMatch <string>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
    [-CreationSource <IMicrosoftGraphPlannerBucketCreation>]
    [-Id <string>]
    [-IsArchived]
    [-Name <string>]
    [-OrderHint <string>]
    [-PlanId <string>]
    [-Tasks <IMicrosoftGraphPlannerTask[]>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Update

Update-MgBetaPlannerBucket
    -PlannerBucketId <string>
    -IfMatch <string>
    -BodyParameter <IMicrosoftGraphPlannerBucket>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

UpdateViaIdentityExpanded

Update-MgBetaPlannerBucket
    -InputObject <IPlannerIdentity>
    -IfMatch <string>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
    [-CreationSource <IMicrosoftGraphPlannerBucketCreation>]
    [-Id <string>]
    [-IsArchived]
    [-Name <string>]
    [-OrderHint <string>]
    [-PlanId <string>]
    [-Tasks <IMicrosoftGraphPlannerTask[]>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

UpdateViaIdentity

Update-MgBetaPlannerBucket
    -InputObject <IPlannerIdentity>
    -IfMatch <string>
    -BodyParameter <IMicrosoftGraphPlannerBucket>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Update the properties of plannerbucket 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.Beta.Planner

$params = @{
	name = "Development"
}

Update-MgBetaPlannerBucket -PlannerBucketId $plannerBucketId -BodyParameter $params -IfMatch W/'"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="'


This example shows how to use the Update-MgBetaPlannerBucket Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Parameter properties

Type:System.Collections.Hashtable
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ArchivalInfo

plannerArchivalInfo To construct, see NOTES section for ARCHIVALINFO properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerArchivalInfo
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BodyParameter

plannerBucket To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerBucket
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Update
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

-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

-CreationSource

plannerBucketCreation To construct, see NOTES section for CREATIONSOURCE properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerBucketCreation
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
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.Beta.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.Beta.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

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IfMatch

ETag value.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-IsArchived

Read-only. If set totrue, the bucket is archived. An archived bucket is read-only.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Name of the bucket.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OrderHint

Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PlanId

Plan ID to which the bucket belongs.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PlannerBucketId

The unique identifier of plannerBucket

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateExpanded
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Update
Position:Named
Mandatory:True
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. The collection of tasks in the bucket. To construct, see NOTES section for TASKS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTask[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
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.Beta.PowerShell.Models.IMicrosoftGraphPlannerBucket

{{ Fill in the Description }}

Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity

{{ Fill in the Description }}

System.Collections.IDictionary

{{ Fill in the Description }}

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerBucket

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

ARCHIVALINFO <IMicrosoftGraphPlannerArchivalInfo>: plannerArchivalInfo [(Any) <Object>]: This indicates any property can be added to this object. [Justification <String>]: Read-only. Reason why the entity was archived or unarchived. [StatusChangedBy <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. This property is read-only. [Id <String>]: The identifier of the identity. This property is read-only. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [StatusChangedDateTime <DateTime?>]: Read-only. Date and time at which the entity's archive status changed.

BODYPARAMETER <IMicrosoftGraphPlannerBucket>: plannerBucket [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]: plannerArchivalInfo [(Any) <Object>]: This indicates any property can be added to this object. [Justification <String>]: Read-only. Reason why the entity was archived or unarchived. [StatusChangedBy <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. This property is read-only. [Id <String>]: The identifier of the identity. This property is read-only. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [StatusChangedDateTime <DateTime?>]: Read-only. Date and time at which the entity's archive status changed. [CreationSource <IMicrosoftGraphPlannerBucketCreation>]: plannerBucketCreation [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind [IsArchived <Boolean?>]: Read-only. If set totrue, the bucket is archived. An archived bucket is 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?>]: The 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. [ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]: plannerArchivalInfo [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>]: 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 <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 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. [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?>]: The number of checklist items that are present on the task. [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet [CompletedDateTime <DateTime?>]: 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 <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: 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 <IMicrosoftGraphPlannerTaskCreation>]: plannerTaskCreation [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind [TeamsPublicationInfo <IMicrosoftGraphPlannerTeamsPublicationInfo>]: plannerTeamsPublicationInfo [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind [TeamsPublicationInfo <IMicrosoftGraphPlannerTeamsPublicationInfo>]: plannerTeamsPublicationInfo [LastModifiedDateTime <DateTime?>]: The date and time when this task was last modified by the publication process. Read-only. [PublicationId <String>]: The identifier of the publication. Read-only. [PublicationName <String>]: The name of the published task list. Read-only. [PublishedToPlanId <String>]: The identifier of the plannerPlan this task was originally placed in. Read-only. [PublishingTeamId <String>]: The identifier of the team that initiated the publication process. Read-only. [PublishingTeamName <String>]: The display name of the team that initiated the publication process. This display name is for reference only, and might not represent the most up-to-date name of the team. Read-only. [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. [ApprovalAttachment <IMicrosoftGraphPlannerBaseApprovalAttachment>]: plannerBaseApprovalAttachment [(Any) <Object>]: This indicates any property can be added to this object. [Status <String>]: plannerApprovalStatus [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems [(Any) <Object>]: This indicates any property can be added to this object. [CompletionRequirements <IMicrosoftGraphPlannerTaskCompletionRequirementDetails>]: plannerTaskCompletionRequirementDetails [(Any) <Object>]: This indicates any property can be added to this object. [ApprovalRequirement <IMicrosoftGraphPlannerApprovalRequirement>]: plannerApprovalRequirement [(Any) <Object>]: This indicates any property can be added to this object. [IsApprovalRequired <Boolean?>]: Specifies whether approval is required to complete the plannerTask. If set to true, the task can only be marked as complete if an approval is created for the task and approved. [ChecklistRequirement <IMicrosoftGraphPlannerChecklistRequirement>]: plannerChecklistRequirement [(Any) <Object>]: This indicates any property can be added to this object. [RequiredChecklistItemIds <String[]>]: A collection of required plannerChecklistItems identifiers to complete the plannerTask. [FormsRequirement <IMicrosoftGraphPlannerFormsRequirement>]: plannerFormsRequirement [(Any) <Object>]: This indicates any property can be added to this object. [RequiredForms <String[]>]: Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask. [Description <String>]: Description of the task. [Forms <IMicrosoftGraphPlannerFormsDictionary>]: plannerFormsDictionary [(Any) <Object>]: This indicates any property can be added to this object. [Notes <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [PreviewType <String>]: plannerPreviewType [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences [(Any) <Object>]: This indicates any property can be added to this object. [DueDateTime <DateTime?>]: 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 [HasDescription <Boolean?>]: Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false. [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 <DateTime?>]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedDateTime <DateTime?>]: [OrderHint <String>]: The hint used to order items of this type in a list view. For more information, see Using order hints in plannern. [PercentComplete <Int32?>]: The percentage of task completion. When set to 100, the task is completed. [PlanId <String>]: Plan ID to which the task belongs. [PreviewType <String>]: plannerPreviewType [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'. [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. [Recurrence <IMicrosoftGraphPlannerTaskRecurrence>]: plannerTaskRecurrence [(Any) <Object>]: This indicates any property can be added to this object. [NextInSeriesTaskId <String>]: The taskId of the next task in this series. This value is assigned at the time the next task in the series is created, and is null prior to that time. [OccurrenceId <Int32?>]: The 1-based index of this task within the recurrence series. The first task in a series has the value 1, the next task in the series has the value 2, and so on. [PreviousInSeriesTaskId <String>]: The taskId of the previous task in this series. null for the first task in a series since it has no predecessor. All subsequent tasks in the series have a value that corresponds to their predecessors. [RecurrenceStartDateTime <DateTime?>]: The date and time when this recurrence series begin. For the first task in a series (occurrenceId = 1) this value is copied from schedule.patternStartDateTime. For subsequent tasks in the series (occurrenceId >= 2) this value is copied from the previous task and never changes; it preserves the start date of the recurring series. 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. [Schedule <IMicrosoftGraphPlannerRecurrenceSchedule>]: plannerRecurrenceSchedule [(Any) <Object>]: This indicates any property can be added to this object. [NextOccurrenceDateTime <DateTime?>]: The next date for this schedule. When a new task is instantiated to continue the recurrence series, this date is used for the dueDateTime of the new plannerTask. Auto-generated by the service. 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. Read-only. [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern [(Any) <Object>]: This indicates any property can be added to this object. [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. [FirstDayOfWeek <String>]: dayOfWeek [Index <String>]: weekIndex [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12. [Type <String>]: recurrencePatternType [PatternStartDateTime <DateTime?>]: The start date for the recurrence pattern. 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. Required. [SeriesId <String>]: The recurrence series this task belongs to. A GUID-based value that serves as the unique identifier for a series. [ReferenceCount <Int32?>]: Number of external references that exist on the task. [SpecifiedCompletionRequirements <String>]: plannerTaskCompletionRequirements [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.

CREATIONSOURCE <IMicrosoftGraphPlannerBucketCreation>: plannerBucketCreation [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind

INPUTOBJECT <IPlannerIdentity>: Identity Parameter [GroupId <String>]: The unique identifier of group [PlannerBucketId <String>]: The unique identifier of plannerBucket [PlannerDeltaId <String>]: The unique identifier of plannerDelta [PlannerPlanId <String>]: The unique identifier of plannerPlan [PlannerRosterId <String>]: The unique identifier of plannerRoster [PlannerRosterMemberId <String>]: The unique identifier of plannerRosterMember [PlannerTaskId <String>]: The unique identifier of plannerTask [UserId <String>]: The unique identifier of user

TASKS <IMicrosoftGraphPlannerTask[]>: Read-only. Nullable. The collection of tasks in the bucket. [Id <String>]: The unique identifier for an entity. Read-only. [ActiveChecklistItemCount <Int32?>]: The 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. [ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]: plannerArchivalInfo [(Any) <Object>]: This indicates any property can be added to this object. [Justification <String>]: Read-only. Reason why the entity was archived or unarchived. [StatusChangedBy <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. This property is read-only. [Id <String>]: The identifier of the identity. This property is read-only. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [StatusChangedDateTime <DateTime?>]: Read-only. Date and time at which the entity's archive status changed. [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>]: 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 <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 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. [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?>]: The number of checklist items that are present on the task. [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet [CompletedDateTime <DateTime?>]: 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 <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: 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 <IMicrosoftGraphPlannerTaskCreation>]: plannerTaskCreation [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind [TeamsPublicationInfo <IMicrosoftGraphPlannerTeamsPublicationInfo>]: plannerTeamsPublicationInfo [(Any) <Object>]: This indicates any property can be added to this object. [CreationSourceKind <String>]: plannerCreationSourceKind [TeamsPublicationInfo <IMicrosoftGraphPlannerTeamsPublicationInfo>]: plannerTeamsPublicationInfo [LastModifiedDateTime <DateTime?>]: The date and time when this task was last modified by the publication process. Read-only. [PublicationId <String>]: The identifier of the publication. Read-only. [PublicationName <String>]: The name of the published task list. Read-only. [PublishedToPlanId <String>]: The identifier of the plannerPlan this task was originally placed in. Read-only. [PublishingTeamId <String>]: The identifier of the team that initiated the publication process. Read-only. [PublishingTeamName <String>]: The display name of the team that initiated the publication process. This display name is for reference only, and might not represent the most up-to-date name of the team. Read-only. [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. [ApprovalAttachment <IMicrosoftGraphPlannerBaseApprovalAttachment>]: plannerBaseApprovalAttachment [(Any) <Object>]: This indicates any property can be added to this object. [Status <String>]: plannerApprovalStatus [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems [(Any) <Object>]: This indicates any property can be added to this object. [CompletionRequirements <IMicrosoftGraphPlannerTaskCompletionRequirementDetails>]: plannerTaskCompletionRequirementDetails [(Any) <Object>]: This indicates any property can be added to this object. [ApprovalRequirement <IMicrosoftGraphPlannerApprovalRequirement>]: plannerApprovalRequirement [(Any) <Object>]: This indicates any property can be added to this object. [IsApprovalRequired <Boolean?>]: Specifies whether approval is required to complete the plannerTask. If set to true, the task can only be marked as complete if an approval is created for the task and approved. [ChecklistRequirement <IMicrosoftGraphPlannerChecklistRequirement>]: plannerChecklistRequirement [(Any) <Object>]: This indicates any property can be added to this object. [RequiredChecklistItemIds <String[]>]: A collection of required plannerChecklistItems identifiers to complete the plannerTask. [FormsRequirement <IMicrosoftGraphPlannerFormsRequirement>]: plannerFormsRequirement [(Any) <Object>]: This indicates any property can be added to this object. [RequiredForms <String[]>]: Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask. [Description <String>]: Description of the task. [Forms <IMicrosoftGraphPlannerFormsDictionary>]: plannerFormsDictionary [(Any) <Object>]: This indicates any property can be added to this object. [Notes <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [PreviewType <String>]: plannerPreviewType [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences [(Any) <Object>]: This indicates any property can be added to this object. [DueDateTime <DateTime?>]: 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 [HasDescription <Boolean?>]: Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false. [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 <DateTime?>]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedDateTime <DateTime?>]: [OrderHint <String>]: The hint used to order items of this type in a list view. For more information, see Using order hints in plannern. [PercentComplete <Int32?>]: The percentage of task completion. When set to 100, the task is completed. [PlanId <String>]: Plan ID to which the task belongs. [PreviewType <String>]: plannerPreviewType [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'. [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. [Recurrence <IMicrosoftGraphPlannerTaskRecurrence>]: plannerTaskRecurrence [(Any) <Object>]: This indicates any property can be added to this object. [NextInSeriesTaskId <String>]: The taskId of the next task in this series. This value is assigned at the time the next task in the series is created, and is null prior to that time. [OccurrenceId <Int32?>]: The 1-based index of this task within the recurrence series. The first task in a series has the value 1, the next task in the series has the value 2, and so on. [PreviousInSeriesTaskId <String>]: The taskId of the previous task in this series. null for the first task in a series since it has no predecessor. All subsequent tasks in the series have a value that corresponds to their predecessors. [RecurrenceStartDateTime <DateTime?>]: The date and time when this recurrence series begin. For the first task in a series (occurrenceId = 1) this value is copied from schedule.patternStartDateTime. For subsequent tasks in the series (occurrenceId >= 2) this value is copied from the previous task and never changes; it preserves the start date of the recurring series. 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. [Schedule <IMicrosoftGraphPlannerRecurrenceSchedule>]: plannerRecurrenceSchedule [(Any) <Object>]: This indicates any property can be added to this object. [NextOccurrenceDateTime <DateTime?>]: The next date for this schedule. When a new task is instantiated to continue the recurrence series, this date is used for the dueDateTime of the new plannerTask. Auto-generated by the service. 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. Read-only. [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern [(Any) <Object>]: This indicates any property can be added to this object. [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. [FirstDayOfWeek <String>]: dayOfWeek [Index <String>]: weekIndex [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12. [Type <String>]: recurrencePatternType [PatternStartDateTime <DateTime?>]: The start date for the recurrence pattern. 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. Required. [SeriesId <String>]: The recurrence series this task belongs to. A GUID-based value that serves as the unique identifier for a series. [ReferenceCount <Int32?>]: Number of external references that exist on the task. [SpecifiedCompletionRequirements <String>]: plannerTaskCompletionRequirements [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.