< Back

New-ScheduleItemObject

Sat Jan 18, 2020 1:34 pm

NAME New-ScheduleItemObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.scheduleItem" (or one of its derived types).





SYNTAX

New-ScheduleItemObject [-end <object>] [-isPrivate <bool>] [-location <string>] [-start <object>] [-status

<string>] [-subject <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.scheduleItem" (or one of its derived types).





PARAMETERS

-start <object>

The "start" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.scheduleItem" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-end <object>

The "end" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.scheduleItem" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isPrivate <bool>

The "isPrivate" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.scheduleItem" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.freeBusyStatus".



This property is on the "microsoft.graph.scheduleItem" type.



Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-subject <string>

The "subject" property, of type "Edm.String".



This property is on the "microsoft.graph.scheduleItem" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-location <string>

The "location" property, of type "Edm.String".



This property is on the "microsoft.graph.scheduleItem" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS