(create-appointment subject
from
to
&
{:keys [body location categories all-day]})
(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
(edit-appointment appointment)
Modifies appointment by its unique id
Modifies appointment by its unique id
(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
(transform-appointments appointments)
Transforms appointments result into vector of Clojure maps
Transforms appointments result into vector of Clojure maps
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close