Function: icalendar-match-tzname-property

icalendar-match-tzname-property is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-match-tzname-property LIMIT)

Documentation

Matcher for icalendar-tzname property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:tzname "TZNAME"
  "Time Zone Name.

This property specifies a customary name for a time zone in
`icalendar-daylight' and `icalendar-standard' sub-components."
  ical:text
  :child-spec (:zero-or-one (ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.3.2")