Function: icalendar-other-param-p
icalendar-other-param-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-other-param-p NODE)
Documentation
Return non-nil if NODE represents a nil parameter.
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)