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