Function: icalendar-match-tzurl-property

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

Signature

(icalendar-match-tzurl-property LIMIT)

Documentation

Matcher for icalendar-tzurl property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:tzurl "TZURL"
  "Time Zone URL.

This property specifies a URL where updated versions of an
`icalendar-vtimezone' component are published."
  ical:uri
  :child-spec (:zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.3.5")