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
(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.
(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.
(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.(list$ auth parameters)https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/list
Required parameters: none
Optional parameters: showHidden, pageToken, showDeleted, minAccessRole, syncToken, maxResults
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: showHidden, pageToken, showDeleted, minAccessRole, syncToken, maxResults Returns the calendars on the user's calendar list.
(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.(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.(watch$ auth parameters body)https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendarList/watch
Required parameters: none
Optional parameters: maxResults, showHidden, showDeleted, syncToken, pageToken, minAccessRole
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: maxResults, showHidden, showDeleted, syncToken, pageToken, minAccessRole
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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |