Function: icalendar-match-tzid-param
icalendar-match-tzid-param is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-tzid-param LIMIT)
Documentation
Matcher for TZID parameter.
(Defined by icalendar-define-param.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:tzidparam "TZID"
"Time Zone identifier.
This parameter identifies the VTIMEZONE component in the calendar
which should be used to interpret the time value given in the
property. The value of this parameter must be equal to the value
of the TZID property in that VTIMEZONE component; there must be
exactly one such component for every unique value of this
parameter in the calendar."
(seq (zero-or-one "/") ical:paramtext)
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.19")