Function: icalendar-match-related-param
icalendar-match-related-param is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-related-param LIMIT)
Documentation
Matcher for RELATED parameter.
(Defined by icalendar-define-param.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:trigrelparam "RELATED"
"Alarm Trigger Relationship.
This parameter may be specified on properties whose values give
an alarm trigger as an `icalendar-duration'. If the parameter
value is \"START\" (the default), the alarm triggers relative to
the start of the component; similarly for \"END\"."
(or "START" "END")
:default "START"
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.14")