Liking cljdoc? Tell your friends :D

happygapi.calendar.calendars

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

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

clear$clj

(clear$ auth parameters)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendars/clear

Required parameters: calendarId

Optional parameters: none

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/calendars/clear

Required parameters: calendarId

Optional parameters: none

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: calendarId

Optional parameters: none

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.

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

Required parameters: calendarId

Optional parameters: none

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: calendarId

Optional parameters: none

Returns metadata for a calendar.

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

Required parameters: calendarId

Optional parameters: none

Returns metadata for a calendar.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:timeZone string, :description string, :etag string, :location string, :summary string, :kind string, :id string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Creates a secondary calendar.

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

Required parameters: none

Optional parameters: none

Body: 

{:timeZone string,
 :description string,
 :etag string,
 :location string,
 :summary string,
 :kind string,
 :id string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Creates a secondary calendar.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: calendarId

Optional parameters: none

Body:

{:timeZone string, :description string, :etag string, :location string, :summary string, :kind string, :id string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Updates metadata for a calendar. This method supports patch semantics.

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

Required parameters: calendarId

Optional parameters: none

Body: 

{:timeZone string,
 :description string,
 :etag string,
 :location string,
 :summary string,
 :kind string,
 :id string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Updates metadata for a calendar. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: calendarId

Optional parameters: none

Body:

{:timeZone string, :description string, :etag string, :location string, :summary string, :kind string, :id string, :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Updates metadata for a calendar.

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

Required parameters: calendarId

Optional parameters: none

Body: 

{:timeZone string,
 :description string,
 :etag string,
 :location string,
 :summary string,
 :kind string,
 :id string,
 :conferenceProperties {:allowedConferenceSolutionTypes [string]}}

Updates metadata for a calendar.
sourceraw docstring

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

× close