Liking cljdoc? Tell your friends :D

tick.ical


add-contentline-to-modelcljmultimethod

A reducing function that gives a parsed content-line to an accumulator that builds a model.

A reducing function that gives a parsed content-line to an
accumulator that builds a model.
sourceraw docstring

add-propertyclj

(add-property acc contentline)
source

ALPHA-DIGITclj

source

char-rangeclj

(char-range from to)
source

coerce-to-valuecljmultimethod

source

contentlineclj

(contentline s)

Fold the given string value returning a sequence of strings up to 75 octets in length, as per RFC 5545 folding rules.

Fold the given string value returning a sequence of strings up to
75 octets in length, as per RFC 5545 folding rules.
sourceraw docstring

CONTROLclj

source

CRLFclj

source

DATE-TIME-FORM-1-PATTERNclj

source

DATE-TIME-FORM-2-PATTERNclj

source

DATE-TIME-FORM-3-PATTERNclj

source

errorclj

(error acc contentline message)
source

eventsclj

(events vcalendar)

Given a vcalendar object, return only the events

Given a vcalendar object, return only the events
sourceraw docstring

extract-name-as-stringclj

(extract-name-as-string [k v])
source

extract-param-value-as-stringclj

(extract-param-value-as-string [k v])
source

ICalendarObjectcljprotocol

property-valueclj

(property-value obj prop-name)

Return the first property value of an ICalendarObject.

Return the first property value of an ICalendarObject.

property-valuesclj

(property-values obj prop-name)

Return the properties of an ICalendarObject with the given name. Returns a sequence of values, since iCalendar properties may have multiple values.

Return the properties of an ICalendarObject with the given
name. Returns a sequence of values, since iCalendar properties may
have multiple values.
source

ICalendarValuecljprotocol

serialize-valueclj

(serialize-value _)
source

IPrintablecljprotocol

print-objectclj

(print-object _)

Print as an iCalendar object

Print as an iCalendar object
source

line->contentlineclj

(line->contentline s)
source

parse-icalclj

(parse-ical r)
source

(print-cl & args)

Folding print, where long lines are folded as per RFC 5545 Section 4.1

Folding print, where long lines are folded as per RFC 5545 Section 4.1
sourceraw docstring

(print-property prop-name prop-value)
source

Propertyclj

source

QSAFE-CHARclj

source

SAFE-CHARclj

source

unfolding-line-seqclj

(unfolding-line-seq rdr)
source

unfolding-line-seq*clj

(unfolding-line-seq* rdr hold)
source

VALUE-CHARclj

source

VCalendarclj

source

VEventclj

source

wrap-withcljmacro

(wrap-with c & body)
source

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

× close