Calendar API: acl. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl
Calendar API: acl. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl
(delete$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/delete
Required parameters: ruleId, calendarId
Optional parameters: none
Deletes an access control rule.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/delete Required parameters: ruleId, calendarId Optional parameters: none Deletes an access control rule.
(get$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/get
Required parameters: ruleId, calendarId
Optional parameters: none
Returns an access control rule.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/get Required parameters: ruleId, calendarId Optional parameters: none Returns an access control rule.
(insert$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/insert
Required parameters: calendarId
Optional parameters: sendNotifications
Body:
{:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}}
Creates an access control rule.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/insert Required parameters: calendarId Optional parameters: sendNotifications Body: {:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}} Creates an access control rule.
(list$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/list
Required parameters: calendarId
Optional parameters: maxResults, syncToken, showDeleted, pageToken
Returns the rules in the access control list for the calendar.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/list Required parameters: calendarId Optional parameters: maxResults, syncToken, showDeleted, pageToken Returns the rules in the access control list for the calendar.
(patch$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/patch
Required parameters: ruleId, calendarId
Optional parameters: sendNotifications
Body:
{:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}}
Updates an access control rule. This method supports patch semantics.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/patch Required parameters: ruleId, calendarId Optional parameters: sendNotifications Body: {:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}} Updates an access control rule. This method supports patch semantics.
(update$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/update
Required parameters: calendarId, ruleId
Optional parameters: sendNotifications
Body:
{:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}}
Updates an access control rule.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/update Required parameters: calendarId, ruleId Optional parameters: sendNotifications Body: {:role string, :kind string, :id string, :etag string, :scope {:value string, :type string}} Updates an access control rule.
(watch$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/watch
Required parameters: calendarId
Optional parameters: syncToken, pageToken, showDeleted, maxResults
Body:
{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}
Watch for changes to ACL resources.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/acl/watch Required parameters: calendarId Optional parameters: syncToken, pageToken, showDeleted, maxResults Body: {:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string} Watch for changes to ACL resources.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close