Share via


Set-MgTeamSchedule

Create or replace a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation replaces the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule.

Note

To view the beta release of this cmdlet, view Set-MgBetaTeamSchedule

Syntax

SetExpanded (Default)

Set-MgTeamSchedule
    -TeamId <string>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-DayNotes <IMicrosoftGraphDayNote[]>]
    [-Enabled]
    [-Id <string>]
    [-IsActivitiesIncludedWhenCopyingShiftsEnabled]
    [-OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]
    [-OfferShiftRequestsEnabled]
    [-OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]
    [-OpenShifts <IMicrosoftGraphOpenShift[]>]
    [-OpenShiftsEnabled]
    [-ProvisionStatus <string>]
    [-SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]
    [-Shifts <IMicrosoftGraphShift[]>]
    [-StartDayOfWeek <string>]
    [-SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]
    [-SwapShiftsRequestsEnabled]
    [-TimeCards <IMicrosoftGraphTimeCard[]>]
    [-TimeClockEnabled]
    [-TimeClockSettings <IMicrosoftGraphTimeClockSettings>]
    [-TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]
    [-TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]
    [-TimeOffRequestsEnabled]
    [-TimeZone <string>]
    [-TimesOff <IMicrosoftGraphTimeOff[]>]
    [-WorkforceIntegrationIds <string[]>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Set

Set-MgTeamSchedule
    -TeamId <string>
    -BodyParameter <IMicrosoftGraphSchedule>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

SetViaIdentityExpanded

Set-MgTeamSchedule
    -InputObject <ITeamsIdentity>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-DayNotes <IMicrosoftGraphDayNote[]>]
    [-Enabled]
    [-Id <string>]
    [-IsActivitiesIncludedWhenCopyingShiftsEnabled]
    [-OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]
    [-OfferShiftRequestsEnabled]
    [-OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]
    [-OpenShifts <IMicrosoftGraphOpenShift[]>]
    [-OpenShiftsEnabled]
    [-ProvisionStatus <string>]
    [-SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]
    [-Shifts <IMicrosoftGraphShift[]>]
    [-StartDayOfWeek <string>]
    [-SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]
    [-SwapShiftsRequestsEnabled]
    [-TimeCards <IMicrosoftGraphTimeCard[]>]
    [-TimeClockEnabled]
    [-TimeClockSettings <IMicrosoftGraphTimeClockSettings>]
    [-TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]
    [-TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]
    [-TimeOffRequestsEnabled]
    [-TimeZone <string>]
    [-TimesOff <IMicrosoftGraphTimeOff[]>]
    [-WorkforceIntegrationIds <string[]>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

SetViaIdentity

Set-MgTeamSchedule
    -InputObject <ITeamsIdentity>
    -BodyParameter <IMicrosoftGraphSchedule>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Create or replace a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation replaces the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule.

Permissions

Permission type Permissions (from least to most privileged)
Delegated (work or school account) Schedule.ReadWrite.All, Group.ReadWrite.All,
Delegated (personal Microsoft account) Not supported
Application Schedule.ReadWrite.All,

Examples

Example 1: Code snippet


Import-Module Microsoft.Graph.Teams

$params = @{
	enabled = $true
	timeZone = "America/Chicago"
}

Set-MgTeamSchedule -TeamId $teamId -BodyParameter $params

This example shows how to use the Set-MgTeamSchedule Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BodyParameter

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSchedule
Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Set
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Break

Wait for .NET debugger to attach

Parameter properties

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

Parameter sets

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

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

-DayNotes

The day notes in the schedule. To construct, see NOTES section for DAYNOTES properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDayNote[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Enabled

Indicates whether the schedule is enabled for the team. Required.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Headers

Optional headers that will be added to the request.

Parameter properties

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

Parameter sets

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

-HttpPipelineAppend

SendAsync Pipeline Steps to be appended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

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

-HttpPipelinePrepend

SendAsync Pipeline Steps to be prepended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

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

-Id

The unique identifier for an entity. Read-only.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.ITeamsIdentity
Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
SetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-IsActivitiesIncludedWhenCopyingShiftsEnabled

Indicates whether copied shifts include activities from the original shift.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OfferShiftRequests

The offer requests for shifts in the schedule. To construct, see NOTES section for OFFERSHIFTREQUESTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOfferShiftRequest[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OfferShiftRequestsEnabled

Indicates whether offer shift requests are enabled for the schedule.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OpenShiftChangeRequests

The open shift requests in the schedule. To construct, see NOTES section for OPENSHIFTCHANGEREQUESTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOpenShiftChangeRequest[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OpenShifts

The set of open shifts in a scheduling group in the schedule. To construct, see NOTES section for OPENSHIFTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOpenShift[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OpenShiftsEnabled

Indicates whether open shifts are enabled for the schedule.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProvisionStatus

operationStatus

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Proxy

The URI for the proxy server to use

Parameter properties

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

Parameter sets

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

-ProxyCredential

Credentials for a proxy server to use for the remote call

Parameter properties

Type:System.Management.Automation.PSCredential
Supports wildcards:False
DontShow:False

Parameter sets

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

-ProxyUseDefaultCredentials

Use the default credentials for the proxy

Parameter properties

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

Parameter sets

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

-ResponseHeadersVariable

Optional Response Headers Variable.

Parameter properties

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

Parameter sets

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

-SchedulingGroups

The logical grouping of users in the schedule (usually by role). To construct, see NOTES section for SCHEDULINGGROUPS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSchedulingGroup[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Shifts

The shifts in the schedule. To construct, see NOTES section for SHIFTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphShift[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-StartDayOfWeek

dayOfWeek

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SwapShiftsChangeRequests

The swap requests for shifts in the schedule. To construct, see NOTES section for SWAPSHIFTSCHANGEREQUESTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSwapShiftsChangeRequest[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SwapShiftsRequestsEnabled

Indicates whether swap shifts requests are enabled for the schedule.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TeamId

The unique identifier of team

Parameter properties

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

Parameter sets

SetExpanded
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Set
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeCards

The time cards in the schedule. To construct, see NOTES section for TIMECARDS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTimeCard[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeClockEnabled

Indicates whether time clock is enabled for the schedule.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeClockSettings

timeClockSettings To construct, see NOTES section for TIMECLOCKSETTINGS properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTimeClockSettings
Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeOffReasons

The set of reasons for a time off in the schedule. To construct, see NOTES section for TIMEOFFREASONS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTimeOffReason[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeOffRequests

The time off requests in the schedule. To construct, see NOTES section for TIMEOFFREQUESTS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTimeOffRequest[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeOffRequestsEnabled

Indicates whether time off requests are enabled for the schedule.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimesOff

The instances of times off in the schedule. To construct, see NOTES section for TIMESOFF properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTimeOff[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeZone

Indicates the time zone of the schedule team using tz database format. Required.

Parameter properties

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

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Runs the command in a mode that only reports what would happen without performing the actions.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

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

-WorkforceIntegrationIds

The IDs for the workforce integrations associated with this schedule.

Parameter properties

Type:

System.String[]

Supports wildcards:False
DontShow:False

Parameter sets

SetViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
SetExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSchedule

{{ Fill in the Description }}

Microsoft.Graph.PowerShell.Models.ITeamsIdentity

{{ Fill in the Description }}

System.Collections.IDictionary

{{ Fill in the Description }}

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSchedule

{{ Fill in the Description }}

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphSchedule>: schedule [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [DayNotes <IMicrosoftGraphDayNote[]>]: The day notes in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DayNoteDate <DateTime?>]: The date of the day note. [DraftDayNote <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [SharedDayNote <IMicrosoftGraphItemBody>]: itemBody [Enabled <Boolean?>]: Indicates whether the schedule is enabled for the team. Required. [IsActivitiesIncludedWhenCopyingShiftsEnabled <Boolean?>]: Indicates whether copied shifts include activities from the original shift. [OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]: The offer requests for shifts in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [RecipientActionMessage <String>]: The message sent by the recipient regarding the request. [RecipientUserId <String>]: The recipient's user ID. [SenderShiftId <String>]: The sender's shift ID. [OfferShiftRequestsEnabled <Boolean?>]: Indicates whether offer shift requests are enabled for the schedule. [OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]: The open shift requests in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [OpenShiftId <String>]: ID for the open shift. [OpenShifts <IMicrosoftGraphOpenShift[]>]: The set of open shifts in a scheduling group in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem [(Any) <Object>]: This indicates any property can be added to this object. [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required. [Code <String>]: Customer defined code for the shiftActivity. Required. [DisplayName <String>]: The name of the shiftActivity. Required. [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. 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. [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. 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. [Theme <String>]: scheduleEntityTheme [DisplayName <String>]: The shift label of the shiftItem. [Notes <String>]: The shift notes for the shiftItem. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift. [IsStagedForDeletion <Boolean?>]: The openShift is marked for deletion, a process that is finalized when the schedule is shared. [SchedulingGroupId <String>]: The ID of the schedulingGroup that contains the openShift. [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem [OpenShiftsEnabled <Boolean?>]: Indicates whether open shifts are enabled for the schedule. [ProvisionStatus <String>]: operationStatus [SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]: The logical grouping of users in the schedule (usually by role). [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Code <String>]: The code for the schedulingGroup to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. [DisplayName <String>]: The display name for the schedulingGroup. Required. [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required. [Shifts <IMicrosoftGraphShift[]>]: The shifts in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem [(Any) <Object>]: This indicates any property can be added to this object. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required. [DisplayName <String>]: The shift label of the shiftItem. [Notes <String>]: The shift notes for the shiftItem. [IsStagedForDeletion <Boolean?>]: The shift is marked for deletion, a process that is finalized when the schedule is shared. [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required. [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem [UserId <String>]: ID of the user assigned to the shift. Required. [StartDayOfWeek <String>]: dayOfWeek [SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]: The swap requests for shifts in the schedule. [RecipientActionMessage <String>]: The message sent by the recipient regarding the request. [RecipientUserId <String>]: The recipient's user ID. [SenderShiftId <String>]: The sender's shift ID. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [RecipientShiftId <String>]: The recipient's Shift ID [SwapShiftsRequestsEnabled <Boolean?>]: Indicates whether swap shifts requests are enabled for the schedule. [TimeCards <IMicrosoftGraphTimeCard[]>]: The time cards in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Breaks <IMicrosoftGraphTimeCardBreak[]>]: The list of breaks associated with the timeCard. [BreakId <String>]: ID of the timeCardBreak. [End <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <DateTime?>]: The time the entry is recorded. [IsAtApprovedLocation <Boolean?>]: Indicates whether this action happens at an approved location. [Notes <IMicrosoftGraphItemBody>]: itemBody [Notes <IMicrosoftGraphItemBody>]: itemBody [Start <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockInEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockOutEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ConfirmedBy <String>]: confirmedBy [Notes <IMicrosoftGraphItemBody>]: itemBody [OriginalEntry <IMicrosoftGraphTimeCardEntry>]: timeCardEntry [(Any) <Object>]: This indicates any property can be added to this object. [Breaks <IMicrosoftGraphTimeCardBreak[]>]: The clock-in event of the timeCard. [ClockInEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockOutEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [State <String>]: timeCardState [UserId <String>]: User ID to which the timeCard belongs. [TimeClockEnabled <Boolean?>]: Indicates whether time clock is enabled for the schedule. [TimeClockSettings <IMicrosoftGraphTimeClockSettings>]: timeClockSettings [(Any) <Object>]: This indicates any property can be added to this object. [ApprovedLocation <IMicrosoftGraphGeoCoordinates>]: geoCoordinates [(Any) <Object>]: This indicates any property can be added to this object. [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only. [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only. [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only. [TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]: The set of reasons for a time off in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Code <String>]: The code of the timeOffReason to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. [DisplayName <String>]: The name of the timeOffReason. Required. [IconType <String>]: timeOffReasonIconType [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. [TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]: The time off requests in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [EndDateTime <DateTime?>]: The date and time the time off ends in ISO 8601 format and in UTC time. [StartDateTime <DateTime?>]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId <String>]: The reason for the time off. [TimeOffRequestsEnabled <Boolean?>]: Indicates whether time off requests are enabled for the schedule. [TimeZone <String>]: Indicates the time zone of the schedule team using tz database format. Required. [TimesOff <IMicrosoftGraphTimeOff[]>]: The instances of times off in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem [(Any) <Object>]: This indicates any property can be added to this object. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required. [IsStagedForDeletion <Boolean?>]: The timeOff is marked for deletion, a process that is finalized when the schedule is shared. [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem [UserId <String>]: ID of the user assigned to the timeOff. Required. [WorkforceIntegrationIds <String[]>]: The IDs for the workforce integrations associated with this schedule.

DAYNOTES <IMicrosoftGraphDayNote[]>: The day notes in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DayNoteDate <DateTime?>]: The date of the day note. [DraftDayNote <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [SharedDayNote <IMicrosoftGraphItemBody>]: itemBody

INPUTOBJECT <ITeamsIdentity>: Identity Parameter [AssociatedTeamInfoId <String>]: The unique identifier of associatedTeamInfo [ChannelId <String>]: The unique identifier of channel [ChatId <String>]: The unique identifier of chat [ChatMessageHostedContentId <String>]: The unique identifier of chatMessageHostedContent [ChatMessageId <String>]: The unique identifier of chatMessage [ChatMessageId1 <String>]: The unique identifier of chatMessage [ConversationMemberId <String>]: The unique identifier of conversationMember [DayNoteId <String>]: The unique identifier of dayNote [DeletedChatId <String>]: The unique identifier of deletedChat [DeletedTeamId <String>]: The unique identifier of deletedTeam [GroupId <String>]: The unique identifier of group [OfferShiftRequestId <String>]: The unique identifier of offerShiftRequest [OpenShiftChangeRequestId <String>]: The unique identifier of openShiftChangeRequest [OpenShiftId <String>]: The unique identifier of openShift [PinnedChatMessageInfoId <String>]: The unique identifier of pinnedChatMessageInfo [ResourceSpecificPermissionGrantId <String>]: The unique identifier of resourceSpecificPermissionGrant [SchedulingGroupId <String>]: The unique identifier of schedulingGroup [SharedWithChannelTeamInfoId <String>]: The unique identifier of sharedWithChannelTeamInfo [ShiftId <String>]: The unique identifier of shift [SwapShiftsChangeRequestId <String>]: The unique identifier of swapShiftsChangeRequest [TeamId <String>]: The unique identifier of team [TeamsAppDefinitionId <String>]: The unique identifier of teamsAppDefinition [TeamsAppId <String>]: The unique identifier of teamsApp [TeamsAppInstallationId <String>]: The unique identifier of teamsAppInstallation [TeamsAsyncOperationId <String>]: The unique identifier of teamsAsyncOperation [TeamsTabId <String>]: The unique identifier of teamsTab [TeamworkTagId <String>]: The unique identifier of teamworkTag [TeamworkTagMemberId <String>]: The unique identifier of teamworkTagMember [TimeCardId <String>]: The unique identifier of timeCard [TimeOffId <String>]: The unique identifier of timeOff [TimeOffReasonId <String>]: The unique identifier of timeOffReason [TimeOffRequestId <String>]: The unique identifier of timeOffRequest [UserId <String>]: The unique identifier of user [UserScopeTeamsAppInstallationId <String>]: The unique identifier of userScopeTeamsAppInstallation [WorkforceIntegrationId <String>]: The unique identifier of workforceIntegration

OFFERSHIFTREQUESTS <IMicrosoftGraphOfferShiftRequest[]>: The offer requests for shifts in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [RecipientActionMessage <String>]: The message sent by the recipient regarding the request. [RecipientUserId <String>]: The recipient's user ID. [SenderShiftId <String>]: The sender's shift ID.

OPENSHIFTCHANGEREQUESTS <IMicrosoftGraphOpenShiftChangeRequest[]>: The open shift requests in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [OpenShiftId <String>]: ID for the open shift.

OPENSHIFTS <IMicrosoftGraphOpenShift[]>: The set of open shifts in a scheduling group in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem [(Any) <Object>]: This indicates any property can be added to this object. [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required. [Code <String>]: Customer defined code for the shiftActivity. Required. [DisplayName <String>]: The name of the shiftActivity. Required. [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. 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. [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. 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. [Theme <String>]: scheduleEntityTheme [DisplayName <String>]: The shift label of the shiftItem. [Notes <String>]: The shift notes for the shiftItem. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift. [IsStagedForDeletion <Boolean?>]: The openShift is marked for deletion, a process that is finalized when the schedule is shared. [SchedulingGroupId <String>]: The ID of the schedulingGroup that contains the openShift. [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem

SCHEDULINGGROUPS <IMicrosoftGraphSchedulingGroup[]>: The logical grouping of users in the schedule (usually by role). [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Code <String>]: The code for the schedulingGroup to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. [DisplayName <String>]: The display name for the schedulingGroup. Required. [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required.

SHIFTS <IMicrosoftGraphShift[]>: The shifts in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem [(Any) <Object>]: This indicates any property can be added to this object. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required. [Code <String>]: Customer defined code for the shiftActivity. Required. [DisplayName <String>]: The name of the shiftActivity. Required. [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. 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. [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. 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. [Theme <String>]: scheduleEntityTheme [DisplayName <String>]: The shift label of the shiftItem. [Notes <String>]: The shift notes for the shiftItem. [IsStagedForDeletion <Boolean?>]: The shift is marked for deletion, a process that is finalized when the schedule is shared. [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required. [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem [UserId <String>]: ID of the user assigned to the shift. Required.

SWAPSHIFTSCHANGEREQUESTS <IMicrosoftGraphSwapShiftsChangeRequest[]>: The swap requests for shifts in the schedule. [RecipientActionMessage <String>]: The message sent by the recipient regarding the request. [RecipientUserId <String>]: The recipient's user ID. [SenderShiftId <String>]: The sender's shift ID. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [RecipientShiftId <String>]: The recipient's Shift ID

TIMECARDS <IMicrosoftGraphTimeCard[]>: The time cards in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Breaks <IMicrosoftGraphTimeCardBreak[]>]: The list of breaks associated with the timeCard. [BreakId <String>]: ID of the timeCardBreak. [End <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <DateTime?>]: The time the entry is recorded. [IsAtApprovedLocation <Boolean?>]: Indicates whether this action happens at an approved location. [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 [Notes <IMicrosoftGraphItemBody>]: itemBody [Start <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockInEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockOutEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ConfirmedBy <String>]: confirmedBy [Notes <IMicrosoftGraphItemBody>]: itemBody [OriginalEntry <IMicrosoftGraphTimeCardEntry>]: timeCardEntry [(Any) <Object>]: This indicates any property can be added to this object. [Breaks <IMicrosoftGraphTimeCardBreak[]>]: The clock-in event of the timeCard. [ClockInEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [ClockOutEvent <IMicrosoftGraphTimeCardEvent>]: timeCardEvent [State <String>]: timeCardState [UserId <String>]: User ID to which the timeCard belongs.

TIMECLOCKSETTINGS <IMicrosoftGraphTimeClockSettings>: timeClockSettings [(Any) <Object>]: This indicates any property can be added to this object. [ApprovedLocation <IMicrosoftGraphGeoCoordinates>]: geoCoordinates [(Any) <Object>]: This indicates any property can be added to this object. [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only. [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only. [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only.

TIMEOFFREASONS <IMicrosoftGraphTimeOffReason[]>: The set of reasons for a time off in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [Code <String>]: The code of the timeOffReason to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. [DisplayName <String>]: The name of the timeOffReason. Required. [IconType <String>]: timeOffReasonIconType [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.

TIMEOFFREQUESTS <IMicrosoftGraphTimeOffRequest[]>: The time off requests in the schedule. [AssignedTo <String>]: scheduleChangeRequestActor [ManagerActionMessage <String>]: The message sent by the manager regarding the scheduleChangeRequest. Optional. [SenderMessage <String>]: The message sent by the sender of the scheduleChangeRequest. Optional. [State <String>]: scheduleChangeState [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [EndDateTime <DateTime?>]: The date and time the time off ends in ISO 8601 format and in UTC time. [StartDateTime <DateTime?>]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId <String>]: The reason for the time off.

TIMESOFF <IMicrosoftGraphTimeOff[]>: The instances of times off in the schedule. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [Id <String>]: The unique identifier for an entity. Read-only. [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem [(Any) <Object>]: This indicates any property can be added to this object. [EndDateTime <DateTime?>]: [StartDateTime <DateTime?>]: [Theme <String>]: scheduleEntityTheme [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required. [IsStagedForDeletion <Boolean?>]: The timeOff is marked for deletion, a process that is finalized when the schedule is shared. [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem [UserId <String>]: ID of the user assigned to the timeOff. Required.