< Back

New-CalendarObject

Sat Jan 18, 2020 12:11 pm

NAME New-CalendarObject



SYNOPSIS

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





SYNTAX

New-CalendarObject [-calendarView <object[]>] [-canEdit <bool>] [-canShare <bool>] [-canViewPrivateItems <bool>]

[-changeKey <string>] [-color <string>] [-events <object[]>] [-multiValueExtendedProperties <object[]>] [-name

<string>] [-owner <object>] [-singleValueExtendedProperties <object[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-color <string>

The "color" property, of type "microsoft.graph.calendarColor".



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



Valid values: 'lightBlue', 'lightGreen', 'lightOrange', 'lightGray', 'lightYellow', 'lightTeal', 'lightPink',

'lightBrown', 'lightRed', 'maxColor', 'auto'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-changeKey <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-canShare <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-canViewPrivateItems <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-canEdit <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-owner <object>

The "owner" property, of type "microsoft.graph.emailAddress".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-events <object[]>

The "events" property, of type "microsoft.graph.event".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-calendarView <object[]>

The "calendarView" property, of type "microsoft.graph.event".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-singleValueExtendedProperties <object[]>

The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-multiValueExtendedProperties <object[]>

The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".



This property is on the "microsoft.graph.calendar" 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