Function: icalendar-other-component-p

icalendar-other-component-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-other-component-p NODE)

Documentation

Return non-nil if NODE represents a unrecognized 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")