Update-MgBetaUserPlanner
Update the navigation property planner in users
Note
To view the v1.0 release of this cmdlet, view Update-MgUserPlanner
Syntax
Update-MgBetaUserPlanner
-UserId <String>
-IfMatch <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-All <IMicrosoftGraphPlannerDelta[]>]
[-FavoritePlanReferences <Hashtable>]
[-FavoritePlans <IMicrosoftGraphPlannerPlan[]>]
[-Id <String>]
[-MyDayTasks <IMicrosoftGraphPlannerTask[]>]
[-Plans <IMicrosoftGraphPlannerPlan[]>]
[-RecentPlanReferences <Hashtable>]
[-RecentPlans <IMicrosoftGraphPlannerPlan[]>]
[-RosterPlans <IMicrosoftGraphPlannerPlan[]>]
[-Tasks <IMicrosoftGraphPlannerTask[]>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaUserPlanner
-UserId <String>
-IfMatch <String>
-BodyParameter <IMicrosoftGraphPlannerUser>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaUserPlanner
-InputObject <IPlannerIdentity>
-IfMatch <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-All <IMicrosoftGraphPlannerDelta[]>]
[-FavoritePlanReferences <Hashtable>]
[-FavoritePlans <IMicrosoftGraphPlannerPlan[]>]
[-Id <String>]
[-MyDayTasks <IMicrosoftGraphPlannerTask[]>]
[-Plans <IMicrosoftGraphPlannerPlan[]>]
[-RecentPlanReferences <Hashtable>]
[-RecentPlans <IMicrosoftGraphPlannerPlan[]>]
[-RosterPlans <IMicrosoftGraphPlannerPlan[]>]
[-Tasks <IMicrosoftGraphPlannerTask[]>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaUserPlanner
-InputObject <IPlannerIdentity>
-IfMatch <String>
-BodyParameter <IMicrosoftGraphPlannerUser>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the navigation property planner in users
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Beta.Planner
$params = @{
favoritePlanReferences = @{
jd8S5gOaFk2S8aWCIAJz42QAAxtD = @{
"@odata.type" = "#microsoft.graph.plannerFavoritePlanReference"
orderHint = " !"
planTitle = "Next Release Discussion"
}
"7oTB5aMIAE2rVo-1N-L7RmQAGX2q" = $null
}
recentPlanReferences = @{
jd8S5gOaFk2S8aWCIAJz42QAAxtD = @{
"@odata.type" = "#microsoft.graph.plannerRecentPlanReference"
lastAccessedDateTime = "2018-01-02T22:49:46.155Z"
planTitle = "Next Release Discussion"
}
}
}
# A UPN can also be used as -UserId.
Update-MgBetaUserPlanner -UserId $userId -BodyParameter $params -IfMatch W/'"JzEtVXNlckRldGFpbHMgQEBAQEBAQEBAQEBAQEBIWCc="'
This example shows how to use the Update-MgBetaUserPlanner Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-All
. To construct, see NOTES section for ALL properties and create a hash table.
Type: | IMicrosoftGraphPlannerDelta[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
plannerUser To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphPlannerUser |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FavoritePlanReferences
plannerFavoritePlanReferenceCollection
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FavoritePlans
Read-only. Nullable. Returns the plannerPlans that the user marked as favorites. To construct, see NOTES section for FAVORITEPLANS properties and create a hash table.
Type: | IMicrosoftGraphPlannerPlan[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IfMatch
ETag value.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IPlannerIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-MyDayTasks
Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. To construct, see NOTES section for MYDAYTASKS properties and create a hash table.
Type: | IMicrosoftGraphPlannerTask[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Plans
. To construct, see NOTES section for PLANS properties and create a hash table.
Type: | IMicrosoftGraphPlannerPlan[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RecentPlanReferences
plannerRecentPlanReferenceCollection
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RecentPlans
Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. To construct, see NOTES section for RECENTPLANS properties and create a hash table.
Type: | IMicrosoftGraphPlannerPlan[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RosterPlans
Read-only. Nullable. Returns the plannerPlans contained by the plannerRosters the user is a member. To construct, see NOTES section for ROSTERPLANS properties and create a hash table.
Type: | IMicrosoftGraphPlannerPlan[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tasks
Read-only. Nullable. Returns the plannerTasks assigned to the user. To construct, see NOTES section for TASKS properties and create a hash table.
Type: | IMicrosoftGraphPlannerTask[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserId
The unique identifier of user
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerUser
Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerUser
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.
ALL <IMicrosoftGraphPlannerDelta- []
>: .
[Id <String>]
: The unique identifier for an entity. Read-only.
BODYPARAMETER <IMicrosoftGraphPlannerUser>
: plannerUser
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[All <IMicrosoftGraphPlannerDelta-
[]>]
:[Id <String>]
: The unique identifier for an entity. Read-only.
[FavoritePlanReferences <IMicrosoftGraphPlannerFavoritePlanReferenceCollection>]
: plannerFavoritePlanReferenceCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[FavoritePlans <IMicrosoftGraphPlannerPlan-
[]>]
: Read-only. Nullable. Returns the plannerPlans that the user marked as favorites.[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. 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
[StatusChangedDateTime <DateTime?>]
: Read-only. Date and time at which the entity's archive status changed.
[Buckets <IMicrosoftGraphPlannerBucket-
[]>]
: Collection of buckets in the plan. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
: plannerArchivalInfo[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.[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. When this property is set to true, the task can only be marked 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.
[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.
[Contexts <IMicrosoftGraphPlannerPlanContextCollection>]
: plannerPlanContextCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[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[CreationSource <IMicrosoftGraphPlannerPlanCreation>]
: plannerPlanCreation[(Any) <Object>]
: This indicates any property can be added to this object.[CreationSourceKind <String>]
: plannerCreationSourceKind
[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
[ContextDetails <IMicrosoftGraphPlannerPlanContextDetailsCollection>]
: plannerPlanContextDetailsCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[SharedWith <IMicrosoftGraphPlannerUserIds>]
: plannerUserIds[(Any) <Object>]
: This indicates any property can be added to this object.
[IsArchived <Boolean?>]
: Read-only. If set to true, the plan is archived. An archived plan is read-only.[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 doesn't return a valid group ID if the container of the plan isn't a group.[SharedWithContainers <IMicrosoftGraphPlannerSharedWithContainer-
[]>]
: List of containers the plan is shared with.[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.[AccessLevel <String>]
: plannerPlanAccessLevel
[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Collection of tasks in the plan. Read-only. Nullable.[Title <String>]
: Required. Title of the plan.
[MyDayTasks <IMicrosoftGraphPlannerTask-
[]>]
: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user.[Plans <IMicrosoftGraphPlannerPlan-
[]>]
:[RecentPlanReferences <IMicrosoftGraphPlannerRecentPlanReferenceCollection>]
: plannerRecentPlanReferenceCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[RecentPlans <IMicrosoftGraphPlannerPlan-
[]>]
: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans.[RosterPlans <IMicrosoftGraphPlannerPlan-
[]>]
: Read-only. Nullable. Returns the plannerPlans contained by the plannerRosters the user is a member.[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Read-only. Nullable. Returns the plannerTasks assigned to the user.
FAVORITEPLANS <IMicrosoftGraphPlannerPlan- []
>: Read-only.
Nullable.
Returns the plannerPlans that the user marked as favorites.
[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. 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
[StatusChangedDateTime <DateTime?>]
: Read-only. Date and time at which the entity's archive status changed.
[Buckets <IMicrosoftGraphPlannerBucket-
[]>]
: Collection of buckets in the plan. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
: plannerArchivalInfo[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.[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. When this property is set to true, the task can only be marked 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.
[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.
[Contexts <IMicrosoftGraphPlannerPlanContextCollection>]
: plannerPlanContextCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[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[CreationSource <IMicrosoftGraphPlannerPlanCreation>]
: plannerPlanCreation[(Any) <Object>]
: This indicates any property can be added to this object.[CreationSourceKind <String>]
: plannerCreationSourceKind
[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
[ContextDetails <IMicrosoftGraphPlannerPlanContextDetailsCollection>]
: plannerPlanContextDetailsCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[SharedWith <IMicrosoftGraphPlannerUserIds>]
: plannerUserIds[(Any) <Object>]
: This indicates any property can be added to this object.
[IsArchived <Boolean?>]
: Read-only. If set to true, the plan is archived. An archived plan is read-only.[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 doesn't return a valid group ID if the container of the plan isn't a group.[SharedWithContainers <IMicrosoftGraphPlannerSharedWithContainer-
[]>]
: List of containers the plan is shared with.[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.[AccessLevel <String>]
: plannerPlanAccessLevel
[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Collection of tasks in the plan. Read-only. Nullable.[Title <String>]
: Required. Title of the plan.
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
MYDAYTASKS <IMicrosoftGraphPlannerTask- []
>: Read-only.
Nullable.
Returns the plannerTasks to be shown in the My Day view of the user.
[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. 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
[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.[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. When this property is set to true, the task can only be marked 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.
PLANS <IMicrosoftGraphPlannerPlan- []
>: .
[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. 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
[StatusChangedDateTime <DateTime?>]
: Read-only. Date and time at which the entity's archive status changed.
[Buckets <IMicrosoftGraphPlannerBucket-
[]>]
: Collection of buckets in the plan. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
: plannerArchivalInfo[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.[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. When this property is set to true, the task can only be marked 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.
[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.
[Contexts <IMicrosoftGraphPlannerPlanContextCollection>]
: plannerPlanContextCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[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[CreationSource <IMicrosoftGraphPlannerPlanCreation>]
: plannerPlanCreation[(Any) <Object>]
: This indicates any property can be added to this object.[CreationSourceKind <String>]
: plannerCreationSourceKind
[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
[ContextDetails <IMicrosoftGraphPlannerPlanContextDetailsCollection>]
: plannerPlanContextDetailsCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[SharedWith <IMicrosoftGraphPlannerUserIds>]
: plannerUserIds[(Any) <Object>]
: This indicates any property can be added to this object.
[IsArchived <Boolean?>]
: Read-only. If set to true, the plan is archived. An archived plan is read-only.[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 doesn't return a valid group ID if the container of the plan isn't a group.[SharedWithContainers <IMicrosoftGraphPlannerSharedWithContainer-
[]>]
: List of containers the plan is shared with.[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.[AccessLevel <String>]
: plannerPlanAccessLevel
[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Collection of tasks in the plan. Read-only. Nullable.[Title <String>]
: Required. Title of the plan.
RECENTPLANS <IMicrosoftGraphPlannerPlan- []
>: Read-only.
Nullable.
Returns the plannerPlans that the user recently viewed in apps that support recent plans.
[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. 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
[StatusChangedDateTime <DateTime?>]
: Read-only. Date and time at which the entity's archive status changed.
[Buckets <IMicrosoftGraphPlannerBucket-
[]>]
: Collection of buckets in the plan. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
: plannerArchivalInfo[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.[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. When this property is set to true, the task can only be marked 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.
[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.
[Contexts <IMicrosoftGraphPlannerPlanContextCollection>]
: plannerPlanContextCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[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[CreationSource <IMicrosoftGraphPlannerPlanCreation>]
: plannerPlanCreation[(Any) <Object>]
: This indicates any property can be added to this object.[CreationSourceKind <String>]
: plannerCreationSourceKind
[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
[ContextDetails <IMicrosoftGraphPlannerPlanContextDetailsCollection>]
: plannerPlanContextDetailsCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[SharedWith <IMicrosoftGraphPlannerUserIds>]
: plannerUserIds[(Any) <Object>]
: This indicates any property can be added to this object.
[IsArchived <Boolean?>]
: Read-only. If set to true, the plan is archived. An archived plan is read-only.[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 doesn't return a valid group ID if the container of the plan isn't a group.[SharedWithContainers <IMicrosoftGraphPlannerSharedWithContainer-
[]>]
: List of containers the plan is shared with.[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.[AccessLevel <String>]
: plannerPlanAccessLevel
[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Collection of tasks in the plan. Read-only. Nullable.[Title <String>]
: Required. Title of the plan.
ROSTERPLANS <IMicrosoftGraphPlannerPlan- []
>: Read-only.
Nullable.
Returns the plannerPlans contained by the plannerRosters the user is a member.
[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. 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
[StatusChangedDateTime <DateTime?>]
: Read-only. Date and time at which the entity's archive status changed.
[Buckets <IMicrosoftGraphPlannerBucket-
[]>]
: Collection of buckets in the plan. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ArchivalInfo <IMicrosoftGraphPlannerArchivalInfo>]
: plannerArchivalInfo[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.[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. When this property is set to true, the task can only be marked 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.
[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.
[Contexts <IMicrosoftGraphPlannerPlanContextCollection>]
: plannerPlanContextCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[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[CreationSource <IMicrosoftGraphPlannerPlanCreation>]
: plannerPlanCreation[(Any) <Object>]
: This indicates any property can be added to this object.[CreationSourceKind <String>]
: plannerCreationSourceKind
[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
[ContextDetails <IMicrosoftGraphPlannerPlanContextDetailsCollection>]
: plannerPlanContextDetailsCollection[(Any) <Object>]
: This indicates any property can be added to this object.
[SharedWith <IMicrosoftGraphPlannerUserIds>]
: plannerUserIds[(Any) <Object>]
: This indicates any property can be added to this object.
[IsArchived <Boolean?>]
: Read-only. If set to true, the plan is archived. An archived plan is read-only.[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 doesn't return a valid group ID if the container of the plan isn't a group.[SharedWithContainers <IMicrosoftGraphPlannerSharedWithContainer-
[]>]
: List of containers the plan is shared with.[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.[AccessLevel <String>]
: plannerPlanAccessLevel
[Tasks <IMicrosoftGraphPlannerTask-
[]>]
: Collection of tasks in the plan. Read-only. Nullable.[Title <String>]
: Required. Title of the plan.
TASKS <IMicrosoftGraphPlannerTask- []
>: Read-only.
Nullable.
Returns the plannerTasks assigned to the user.
[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. 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
[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.[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. When this property is set to true, the task can only be marked 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.
RELATED LINKS
https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetauserplanner