Function: icalendar-value-param-p

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

Signature

(icalendar-value-param-p NODE)

Documentation

Return non-nil if NODE represents a VALUE parameter.

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