Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.calendar.freebusy

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

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

query$clj

(query$ auth parameters body)

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/freebusy/query

Required parameters: none

Optional parameters: none

Body:

{:timeMin string, :timeMax string, :items [{:id string}], :groupExpansionMax integer, :calendarExpansionMax integer, :timeZone string}

Returns free/busy information for a set of calendars.

https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/freebusy/query

Required parameters: none

Optional parameters: none

Body: 

{:timeMin string,
 :timeMax string,
 :items [{:id string}],
 :groupExpansionMax integer,
 :calendarExpansionMax integer,
 :timeZone string}

Returns free/busy information for a set of calendars.
sourceraw docstring

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

× close