The "settings" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($setting, $optParams=array()) |
| Returns a single user setting.
|
|
| listSettings ($optParams=array()) |
| Returns all user settings for the authenticated user.
|
|
| watch (Google_Service_Calendar_Channel $postBody, $optParams=array()) |
| Watch for changes to Settings resources.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "settings" collection of methods.
Typical usage is: $calendarService = new Google_Service_Calendar(...); $settings = $calendarService->settings;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Calendar_Settings_Resource::get |
( |
| $setting, |
|
|
| $optParams = array() ) |
Returns a single user setting.
(settings.get)
- Parameters
-
string | $setting | The id of the user setting. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listSettings()
Google_Service_Calendar_Settings_Resource::listSettings |
( |
| $optParams = array() | ) |
|
Returns all user settings for the authenticated user.
(settings.listSettings)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string pageToken Token specifying which result page to return. Optional. @opt_param int maxResults Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. @opt_param string syncToken Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
- Return values
-
◆ watch()
Watch for changes to Settings resources.
(settings.watch)
- Parameters
-
Google_Channel | $postBody | |
array | $optParams | Optional parameters. |
@opt_param string pageToken Token specifying which result page to return. Optional. @opt_param int maxResults Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. @opt_param string syncToken Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Calendar.php