Function: icalendar-match-delegated-from-param

icalendar-match-delegated-from-param is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-match-delegated-from-param LIMIT)

Documentation

Matcher for DELEGATED-FROM parameter.

(Defined by icalendar-define-param.)

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