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.
(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.
(events vcalendar)
Given a vcalendar object, return only the events
Given a vcalendar object, return only the events
(property-value obj prop-name)
Return the first property value of an ICalendarObject.
Return the first property value of an ICalendarObject.
(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.
(print-object _)
Print as an iCalendar object
Print as an iCalendar object
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close