Liking cljdoc? Tell your friends :D

com.oakmac.tourney-nerd.schedule


create-timeslotclj/s

(create-timeslot time name)

creates a single Timeslot

creates a single Timeslot
sourceraw docstring

create-timeslots-from-templateclj/s

(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
sourceraw docstring

ex-template1clj/s

source

get-daysclj/s

(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
sourceraw docstring

iso-8601-regexclj/s

source

random-timeslot-idclj/s

(random-timeslot-id)
source

schedule->times-setclj/s

(schedule->times-set schedule)

returns a Set of the times on the Schedule

returns a Set of the times on the Schedule
sourceraw docstring

timeslot-id-regexclj/s

source

timeslot-on-date?clj/s

(timeslot-on-date? timeslot date)

Does this timeslot occur on this date?

Does this timeslot occur on this date?
sourceraw docstring

timeslot-schemaclj/s

source

ts->dateclj/s

(ts->date ts)

returns the date part from an ISO 8601 string

returns the date part from an ISO 8601 string
sourceraw docstring

valid-time?clj/s

(valid-time? ts)

Is this time string valid?

Is this time string valid?
sourceraw docstring

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

× close