Function: icalendar-match-dir-param

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

Signature

(icalendar-match-dir-param LIMIT)

Documentation

Matcher for DIR parameter.

(Defined by icalendar-define-param.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:dirparam "DIR"
  "Directory Entry Reference.

This parameter may be specified on properties with a
`icalendar-cal-address' value type.  It is a quoted URI which specifies
a reference to a directory entry associated with the calendar
user which is the value of the property."
   ical:uri
   :quoted t
   :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.6")