Function: icalendar-match-value-param

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

Signature

(icalendar-match-value-param LIMIT)

Documentation

Matcher for VALUE parameter.

(Defined by icalendar-define-param.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:valuetypeparam "VALUE"
  "Property value data type.

This parameter is used to specify the value type of the
containing property's value, if it is not of the default value
type."
  ical:printed-value-type
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.20")