Function: icalendar-related-to-property-p

icalendar-related-to-property-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-related-to-property-p NODE)

Documentation

Return non-nil if NODE represents a RELATED-TO property.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:related-to "RELATED-TO"
  "Related To (component UID).

This property specifies the `icalendar-uid' value of a different,
related calendar component.  It can be specified on an
`icalendar-vevent', `icalendar-vtodo', or `icalendar-vjournal'
component.  An `icalendar-reltypeparam' can be used to specify the
relationship type."
  ical:text
  :child-spec (:zero-or-one (ical:reltypeparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.5")