Calendar API: settings. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings
Calendar API: settings. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings
(get$ auth args)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/get
Required parameters: setting
Optional parameters: none Returns a single user setting.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/get Required parameters: setting Optional parameters: none Returns a single user setting.
(list$ auth args)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/list
Required parameters: none
Optional parameters: maxResults, pageToken, syncToken Returns all user settings for the authenticated user.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/list Required parameters: none Optional parameters: maxResults, pageToken, syncToken Returns all user settings for the authenticated user.
(watch$ auth args body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/watch
Required parameters: none
Optional parameters: maxResults, pageToken, syncToken
Body:
{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}
Watch for changes to Settings resources.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/settings/watch Required parameters: none Optional parameters: maxResults, pageToken, syncToken Body: {:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string} Watch for changes to Settings resources.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close