Liking cljdoc? Tell your friends :D

tick.alpha.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.
raw docstring

add-propertyclj

(add-property acc contentline)

ALPHA-DIGITclj


char-rangeclj

(char-range from to)

coerce-to-valuecljmultimethod


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.
raw docstring

CONTROLclj


CRLFclj


DATE-TIME-FORM-1-PATTERNclj


DATE-TIME-FORM-2-PATTERNclj


DATE-TIME-FORM-3-PATTERNclj


errorclj

(error acc contentline message)

eventsclj

(events vcalendar)

Given a vcalendar object, return only the events

Given a vcalendar object, return only the events
raw docstring

extract-name-as-stringclj

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

extract-param-value-as-stringclj

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

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.

ICalendarValuecljprotocol

serialize-valueclj

(serialize-value _)

IPrintablecljprotocol

print-objectclj

(print-object _)

Print as an iCalendar object

Print as an iCalendar object

line->contentlineclj

(line->contentline s)

parse-icalclj

(parse-ical r)

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

(print-property prop-name prop-value)

QSAFE-CHARclj


SAFE-CHARclj


unfolding-line-seqclj

(unfolding-line-seq rdr)

unfolding-line-seq*clj

(unfolding-line-seq* rdr hold)

VALUE-CHARclj


wrap-withcljmacro

(wrap-with c & body)

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

× close