Update
|
|||||
|
|
Updates metadata for a calendar
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- See, edit, share, and permanently delete all the calendars you can access using Google Calendar
Input
This building block consumes 10 input parameters
Name | Format | Description |
---|---|---|
calendarId Required |
STRING |
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
conferenceProperties |
OBJECT |
|
conferenceProperties.allowedConferenceSolutionTypes[] |
STRING |
|
description |
STRING |
Description of the calendar. Optional |
etag |
STRING |
ETag of the resource |
id |
STRING |
Identifier of the calendar. To retrieve IDs call the calendarList.list() method |
kind |
STRING |
Type of the resource ("calendar#calendar") |
location |
STRING |
Geographic location of the calendar as free-form text. Optional |
summary |
STRING |
Title of the calendar |
timeZone |
STRING |
The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional |
= Parameter name
= Format
calendarId STRING Required Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
conferenceProperties OBJECT |
conferenceProperties.allowedConferenceSolutionTypes[] STRING |
description STRING Description of the calendar. Optional |
etag STRING ETag of the resource |
id STRING Identifier of the calendar. To retrieve IDs call the calendarList.list() method |
kind STRING Type of the resource ("calendar#calendar") |
location STRING Geographic location of the calendar as free-form text. Optional |
summary STRING Title of the calendar |
timeZone STRING The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional |
Output
This building block provides 9 output parameters
Name | Format | Description |
---|---|---|
conferenceProperties |
OBJECT |
|
conferenceProperties.allowedConferenceSolutionTypes[] |
STRING |
|
description |
STRING |
Description of the calendar. Optional |
etag |
STRING |
ETag of the resource |
id |
STRING |
Identifier of the calendar. To retrieve IDs call the calendarList.list() method |
kind |
STRING |
Type of the resource ("calendar#calendar") |
location |
STRING |
Geographic location of the calendar as free-form text. Optional |
summary |
STRING |
Title of the calendar |
timeZone |
STRING |
The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional |
= Parameter name
= Format
conferenceProperties OBJECT |
conferenceProperties.allowedConferenceSolutionTypes[] STRING |
description STRING Description of the calendar. Optional |
etag STRING ETag of the resource |
id STRING Identifier of the calendar. To retrieve IDs call the calendarList.list() method |
kind STRING Type of the resource ("calendar#calendar") |
location STRING Geographic location of the calendar as free-form text. Optional |
summary STRING Title of the calendar |
timeZone STRING The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional |