Function: icalendar-component-type-symbol-p

icalendar-component-type-symbol-p is a byte-compiled function defined in icalendar-ast.el.gz.

Signature

(icalendar-component-type-symbol-p TYPE)

Documentation

Return non-nil if TYPE is a type symbol for an iCalendar component.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-ast.el.gz
(defun ical:component-type-symbol-p (type)
  "Return non-nil if TYPE is a type symbol for an iCalendar component."
  (and (ical:type-symbol-p type)
       (get type 'ical:is-component)))