Function: icalendar-match-other-component
icalendar-match-other-component is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-other-component LIMIT)
Documentation
Matcher for unrecognized component boundaries.
(Defined by icalendar-define-component.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-component ical:other-component nil
"Component type for unrecognized component names.
This component type corresponds to the IANA and X-name components
allowed by RFC5545 sec. 3.6; it represents components with an
unknown name (matching rx `icalendar-iana-token' or
`icalendar-x-name') which must be parsed and preserved but not
further interpreted."
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.6")