Function: icalendar-match-other-param

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

Signature

(icalendar-match-other-param LIMIT)

Documentation

Matcher for nil parameter.

(Defined by icalendar-define-param.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:otherparam nil ; don't add to ical:param-types
  "Parameter with an unknown name.

This is not a parameter type defined by RFC5545; it represents
parameters with an unknown name (matching rx `icalendar-param-name')
whose values must be parsed and preserved but not further
interpreted."
  ical:param-value)