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

Set-GACalendar

SYNOPSIS

Updates a calendar resource. This method supports patch semantics.

SYNTAX

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

DESCRIPTION

Updates a calendar resource. This method supports patch semantics.

EXAMPLES

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

PS C:\> Set-GACalendar -Customer $SomeCustomerString -CalendarResourceId $SomeCalendarResourceIdString -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

-CalendarResourceId

The unique ID of the calendar resource to update.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
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.

System.String

The unique ID of the calendar resource to update.

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