Liking cljdoc? Tell your friends :D

happygapi.calendar.calendarList

Calendar API: calendarList. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList

Calendar API: calendarList.
Manipulates events and other calendar data.
See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/delete

Required parameters: calendarId

Optional parameters: none

Removes a calendar from the user's calendar list.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/delete

Required parameters: calendarId

Optional parameters: none

Removes a calendar from the user's calendar list.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/get

Required parameters: calendarId

Optional parameters: none

Returns a calendar from the user's calendar list.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/get

Required parameters: calendarId

Optional parameters: none

Returns a calendar from the user's calendar list.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/insert

Required parameters: none

Optional parameters: colorRgbFormat

Body:

{:description string, :timeZone string, :deleted boolean, :notificationSettings {:notifications [{:type string, :method string}]}, :primary boolean, :selected boolean, :summaryOverride string, :accessRole string, :etag string, :defaultReminders [{:minutes integer, :method string}], :summary string, :hidden boolean, :id string, :kind string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}, :backgroundColor string, :colorId string, :location string, :foregroundColor string}

Inserts an existing calendar into the user's calendar list.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/insert

Required parameters: none

Optional parameters: colorRgbFormat

Body: 

{:description string,
 :timeZone string,
 :deleted boolean,
 :notificationSettings {:notifications [{:type string, :method string}]},
 :primary boolean,
 :selected boolean,
 :summaryOverride string,
 :accessRole string,
 :etag string,
 :defaultReminders [{:minutes integer, :method string}],
 :summary string,
 :hidden boolean,
 :id string,
 :kind string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]},
 :backgroundColor string,
 :colorId string,
 :location string,
 :foregroundColor string}

Inserts an existing calendar into the user's calendar list.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/list

Required parameters: none

Optional parameters: syncToken, pageToken, maxResults, minAccessRole, showDeleted, showHidden

Returns the calendars on the user's calendar list.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/list

Required parameters: none

Optional parameters: syncToken, pageToken, maxResults, minAccessRole, showDeleted, showHidden

Returns the calendars on the user's calendar list.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/patch

Required parameters: calendarId

Optional parameters: colorRgbFormat

Body:

{:description string, :timeZone string, :deleted boolean, :notificationSettings {:notifications [{:type string, :method string}]}, :primary boolean, :selected boolean, :summaryOverride string, :accessRole string, :etag string, :defaultReminders [{:minutes integer, :method string}], :summary string, :hidden boolean, :id string, :kind string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}, :backgroundColor string, :colorId string, :location string, :foregroundColor string}

Updates an existing calendar on the user's calendar list. This method supports patch semantics.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/patch

Required parameters: calendarId

Optional parameters: colorRgbFormat

Body: 

{:description string,
 :timeZone string,
 :deleted boolean,
 :notificationSettings {:notifications [{:type string, :method string}]},
 :primary boolean,
 :selected boolean,
 :summaryOverride string,
 :accessRole string,
 :etag string,
 :defaultReminders [{:minutes integer, :method string}],
 :summary string,
 :hidden boolean,
 :id string,
 :kind string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]},
 :backgroundColor string,
 :colorId string,
 :location string,
 :foregroundColor string}

Updates an existing calendar on the user's calendar list. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/update

Required parameters: calendarId

Optional parameters: colorRgbFormat

Body:

{:description string, :timeZone string, :deleted boolean, :notificationSettings {:notifications [{:type string, :method string}]}, :primary boolean, :selected boolean, :summaryOverride string, :accessRole string, :etag string, :defaultReminders [{:minutes integer, :method string}], :summary string, :hidden boolean, :id string, :kind string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}, :backgroundColor string, :colorId string, :location string, :foregroundColor string}

Updates an existing calendar on the user's calendar list.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/update

Required parameters: calendarId

Optional parameters: colorRgbFormat

Body: 

{:description string,
 :timeZone string,
 :deleted boolean,
 :notificationSettings {:notifications [{:type string, :method string}]},
 :primary boolean,
 :selected boolean,
 :summaryOverride string,
 :accessRole string,
 :etag string,
 :defaultReminders [{:minutes integer, :method string}],
 :summary string,
 :hidden boolean,
 :id string,
 :kind string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]},
 :backgroundColor string,
 :colorId string,
 :location string,
 :foregroundColor string}

Updates an existing calendar on the user's calendar list.
sourceraw docstring

watch$clj

(watch$ auth parameters body)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/watch

Required parameters: none

Optional parameters: showDeleted, showHidden, minAccessRole, syncToken, maxResults, pageToken

Body:

{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}

Watch for changes to CalendarList resources.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/watch

Required parameters: none

Optional parameters: showDeleted, showHidden, minAccessRole, syncToken, maxResults, pageToken

Body: 

{:address string,
 :resourceUri string,
 :payload boolean,
 :expiration string,
 :params {},
 :type string,
 :resourceId string,
 :token string,
 :id string,
 :kind string}

Watch for changes to CalendarList resources.
sourceraw docstring

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

× close