Function: icalendar-match-related-to-property
icalendar-match-related-to-property is a byte-compiled function
defined in icalendar-parser.el.gz.
Signature
(icalendar-match-related-to-property LIMIT)
Documentation
Matcher for icalendar-related-to property.
(Defined by icalendar-define-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")