Function: icalendar-property-tzid
icalendar-property-tzid is a byte-compiled function defined in
icalendar-utils.el.gz.
Signature
(icalendar-property-tzid PROPERTY)
Documentation
Return the value of the icalendar-tzid parameter of PROPERTY.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-utils.el.gz
(defun ical:property-tzid (property)
"Return the value of the `icalendar-tzid' parameter of PROPERTY."
(ical:with-param-of property 'ical:tzidparam nil value))