Function: icalendar-match-range-param
icalendar-match-range-param is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-range-param LIMIT)
Documentation
Matcher for RANGE parameter.
(Defined by icalendar-define-param.)
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")