Function: icalendar-match-delegated-to-param
icalendar-match-delegated-to-param is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-match-delegated-to-param LIMIT)
Documentation
Matcher for DELEGATED-TO parameter.
(Defined by icalendar-define-param.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:deltoparam "DELEGATED-TO"
"Delegatees.
This is a comma-separated list of quoted `icalendar-cal-address' URIs,
typically specified on the `icalendar-attendee' property. The users in
this list have been delegated to participate by the user which is
the value of the property."
ical:cal-address
:quoted t
:list-sep ","
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.5")