Liking cljdoc? Tell your friends :D

exchange.api.calendar


create-appointmentclj

(create-appointment subject
                    from
                    to
                    &
                    {:keys [body location categories all-day]})
source

delete-appointmentclj

(delete-appointment id)
(delete-appointment id delete-mode)

Deletes appointment - default mode defaults to HardDelete. Otherwise accepts value from DeleteMode enum

Deletes appointment - default mode defaults to HardDelete. Otherwise accepts value from DeleteMode enum
sourceraw docstring

edit-appointmentclj

(edit-appointment appointment)

Modifies appointment by its unique id

Modifies appointment by its unique id
sourceraw docstring

get-all-appointmentsclj

(get-all-appointments)
(get-all-appointments from to)

Returns all appointments between range of dates. Defaults to beginning and end of the current month

Returns all appointments between range of dates. Defaults to beginning and end of the current month
sourceraw docstring

transform-appointmentsclj

(transform-appointments appointments)

Transforms appointments result into vector of Clojure maps

Transforms appointments result into vector of Clojure maps
sourceraw docstring

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

× close