Liking cljdoc? Tell your friends :D

clj-ics-converter.util

Utility functions for cleaning and manipulating stringified ics data.

Utility functions for cleaning and manipulating stringified ics data.
raw docstring

build-component-mapclj

(build-component-map ks vs)

Given a sequence of keywords and a corresponding sequnce of values, returns a hashmap of the pairs

Given a sequence of keywords and a corresponding sequnce of values, returns a hashmap of the pairs
raw docstring

build-valarm-mapclj

(build-valarm-map s)

Builds a hashmap representing a single valarm component

Builds a hashmap representing a single valarm component
raw docstring

build-vcal-mapclj

(build-vcal-map s)

Builds a hashmap representing just the parent VCALENDAR object

Builds a hashmap representing just the parent VCALENDAR object
raw docstring

build-vevent-mapclj

(build-vevent-map s)

Builds a hashmap representing a single event component

Builds a hashmap representing a single event component
raw docstring

clean-line-foldsclj

(clean-line-folds s)

Strips out multiline fold designators

Strips out multiline fold designators
raw docstring

collect-componentclj

(collect-component k s)

Collects components and their children from an ics string

Collects components and their children from an ics string
raw docstring

component-regexclj


convert-crlf-delimitersclj

(convert-crlf-delimiters s)

Convert CRLF delimiters to triple pipes

Convert CRLF delimiters to triple pipes
raw docstring

ex-keyword-seqclj

(ex-keyword-seq ss)

Given a sequence of string pair sequences, extracts a new sequence of the first strings as keywords

Given a sequence of string pair sequences, extracts a new sequence of the first strings as keywords
raw docstring

ex-value-seqclj

(ex-value-seq ss)

Given a sequence of string pair sequences, extracts a new sequence of the second strings

Given a sequence of string pair sequences, extracts a new sequence of the second strings
raw docstring

process-calclj

(process-cal s)

Processes a correctly formatted ics calendar string

Processes a correctly formatted ics calendar string
raw docstring

process-eventclj

(process-event s)

Processes a correctly formatted ics event

Processes a correctly formatted ics event
raw docstring

remove-componentclj

(remove-component k s)

Removes components and their children from an ics string

Removes components and their children from an ics string
raw docstring

split-propertiesclj

(split-properties s re)

Splits component properties into a sequence of key value pair lists.

Splits component properties into a sequence of key value pair lists.
raw docstring

strip-repeating-delimitersclj

(strip-repeating-delimiters s)

Strips out sequentially repeating delimiters

Strips out sequentially repeating delimiters
raw docstring

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

× close