Function: icalendar-contact-property-p
icalendar-contact-property-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-contact-property-p NODE)
Documentation
Return non-nil if NODE represents a CONTACT property.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:contact "CONTACT"
"Contact.
This property provides textual contact information relevant to an
`icalendar-vevent', `icalendar-vtodo', `icalendar-vjournal', or
`icalendar-vfreebusy'."
ical:text
:child-spec (:zero-or-one (ical:altrepparam ical:languageparam)
:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.2")