(create-timeslot time name)
creates a single Timeslot
creates a single Timeslot
(create-timeslots-from-template template-timeslots days)
creates a Schedule from a template; used for Event Creation
creates a Schedule from a template; used for Event Creation
(get-days schedule)
returns a sorted collection of the unique days in a Schedule
returns a sorted collection of the unique days in a Schedule
(schedule->times-set schedule)
returns a Set of the times on the Schedule
returns a Set of the times on the Schedule
(timeslot-on-date? timeslot date)
Does this timeslot occur on this date?
Does this timeslot occur on this date?
(ts->date ts)
returns the date part from an ISO 8601 string
returns the date part from an ISO 8601 string
(valid-time? ts)
Is this time string valid?
Is this time string valid?
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close