Skip to content
Spencer Varney edited this page Dec 9, 2016 · 2 revisions

New-GACalendar

SYNOPSIS

Inserts a calendar resource.

SYNTAX

New-GACalendar [-Customer] <String> [[-CalendarResourceBody] <CalendarResource>] [-Domain <String>] [-WhatIf]
 [-Confirm]

DESCRIPTION

Inserts a calendar resource.

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> New-GACalendar -Customer $SomeCustomerString -CalendarResourceBody $SomeCalendarResourceObj

This automatically generated example serves to show the bare minimum required to call this Cmdlet.

Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.

PARAMETERS

-Customer

The unique ID for the customer's Google account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-CalendarResourceBody

JSON template for Calendar Resource object in Directory API.

Type: CalendarResource
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

INPUTS

System.String

The unique ID for the customer's Google account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.

Google.Apis.admin.Directory.directory_v1.Data.CalendarResource

JSON template for Calendar Resource object in Directory API.

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Directory API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally