Variable: org-icalendar-combined-description

org-icalendar-combined-description is a customizable variable defined in ox-icalendar.el.gz.

Value

""

Documentation

Calendar description for the combined iCalendar (all agenda files).

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defcustom org-icalendar-combined-description ""
  "Calendar description for the combined iCalendar (all agenda files)."
  :group 'org-export-icalendar
  :type 'string)