Variable: org-icalendar-combined-name
org-icalendar-combined-name is a customizable variable defined in
ox-icalendar.el.gz.
Value
"OrgMode"
Documentation
Calendar name for the combined iCalendar representing all agenda files.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defcustom org-icalendar-combined-name "OrgMode"
"Calendar name for the combined iCalendar representing all agenda files."
:group 'org-export-icalendar
:type 'string)