Variable: org-icalendar-timezone
org-icalendar-timezone is a customizable variable defined in
ox-icalendar.el.gz.
Value
nil
Documentation
The time zone string for iCalendar export.
When nil or the empty string, use output from (current-time-zone).
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defcustom org-icalendar-timezone (getenv "TZ")
"The time zone string for iCalendar export.
When nil or the empty string, use output
from (current-time-zone)."
:group 'org-export-icalendar
:type '(choice
(const :tag "Unspecified" nil)
(string :tag "Time zone")))