Function: icalendar-read-text

icalendar-read-text is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-read-text S)

Documentation

Read an icalendar-text value from a string S.

S should be a match against rx icalendar-text.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(defun ical:read-text (s)
  "Read an `icalendar-text' value from a string S.
S should be a match against rx `icalendar-text'."
  (ical:unescape-text-string s))