Function: icalendar-delegated-from-param-p
icalendar-delegated-from-param-p is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-delegated-from-param-p NODE)
Documentation
Return non-nil if NODE represents a DELEGATED-FROM parameter.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:delfromparam "DELEGATED-FROM"
"Delegators.
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 delegated their participation to 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.4")