Function: icalendar-delegated-to-param-p

icalendar-delegated-to-param-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-delegated-to-param-p NODE)

Documentation

Return non-nil if NODE represents a DELEGATED-TO parameter.

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")