Google Directory (version v1.*.*)

delete_calendar_resource#

Parameters

calendarResourceId (required)#

The unique ID of the calendar resource to delete.

Type: string

customer (required)#

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

get_calendar_resource#

Parameters

calendarResourceId (required)#

The unique ID of the calendar resource to retrieve.

Type: string

customer (required)#

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

insert_calendar_resource#

Parameters

customer (required)#

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

$body#

Type: object

{
"resourceId" : "The unique ID for the calendar resource.",
"resourceDescription" : "The brief description of the calendar resource.",
"resourceName" : "The name of the calendar resource. For example, Training Room 1A",
"resourceType" : "The type of the calendar resource. Used for grouping resources in the calendar user interface."
}

list_calendar_resources#

Parameters

customer (required)#

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

maxResults#

Maximum number of results to return. Acceptable values are 1 to 500, inclusive.

Type: integer

pageToken#

Token to specify the next page in the list.

Type: string

update_calendar_resource#

Parameters

calendarResourceId (required)#

The unique ID of the calendar resource to update.

Type: string

customer (required)#

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

$body#

Type: object

{
"resourceDescription" : "The brief description of the calendar resource.",
"resourceName" : "The name of the calendar resource. For example, Training Room 1A",
"resourceType" : "The type of the calendar resource. Used for grouping resources in the calendar user interface."
}