Function: icalendar-property-type-symbol-p
icalendar-property-type-symbol-p is a byte-compiled function defined
in icalendar-ast.el.gz.
Signature
(icalendar-property-type-symbol-p TYPE)
Documentation
Return non-nil if TYPE is a type symbol for an iCalendar property.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-ast.el.gz
(defun ical:property-type-symbol-p (type)
"Return non-nil if TYPE is a type symbol for an iCalendar property."
(and (ical:type-symbol-p type)
(get type 'ical:is-property)))