Function: icalendar-match-tzid-property
icalendar-match-tzid-property is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-tzid-property LIMIT)
Documentation
Matcher for icalendar-tzid property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
;;;;; Section 3.8.3: Time Zone Component Properties
(ical:define-property ical:tzid "TZID"
"Time Zone Identifier.
This property specifies the unique identifier for a time zone in
an `icalendar-vtimezone' component, and is a required property of
that component. This is an identifier that `icalendar-tzidparam'
parameters in other components may then refer to."
(seq (zero-or-one "/") ical:text)
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.3.1")