Liking cljdoc? Tell your friends :D

happygapi.calendar.acl

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
raw docstring

delete$clj

(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.
sourceraw docstring

get$clj

(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.
sourceraw docstring

insert$clj

(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.
sourceraw docstring

list$clj

(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.
sourceraw docstring

patch$clj

(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.
sourceraw docstring

update$clj

(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.
sourceraw docstring

watch$clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close