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:

{:calendarExpansionMax integer, :groupExpansionMax integer, :items [{:id string}], :timeMax string, :timeMin string, :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: 

{:calendarExpansionMax integer,
 :groupExpansionMax integer,
 :items [{:id string}],
 :timeMax string,
 :timeMin string,
 :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