Get
|
|||||
|
|
Returns a single user setting
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
- View your calendars
- View your Calendar settings
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
setting Required |
STRING |
The id of the user setting |
= Parameter name
= Format
setting STRING Required The id of the user setting |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
etag |
STRING |
ETag of the resource |
id |
STRING |
The id of the user setting |
kind |
STRING |
Type of the resource ("calendar#setting") |
value |
STRING |
Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters |
= Parameter name
= Format
etag STRING ETag of the resource |
id STRING The id of the user setting |
kind STRING Type of the resource ("calendar#setting") |
value STRING Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters |