Function: icalendar-range-param-p
icalendar-range-param-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-range-param-p NODE)
Documentation
Return non-nil if NODE represents a RANGE parameter.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:rangeparam "RANGE"
"Recurrence Identifier Range.
Specifies the effective range of recurrence instances of the property's value.
The value \"THISANDFUTURE\" is the only value compliant with RFC5545;
legacy applications might also produce \"THISANDPRIOR\"."
"THISANDFUTURE"
:default "THISANDFUTURE"
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.13")