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