Variable: org-icalendar-combined-agenda-file
org-icalendar-combined-agenda-file is a customizable variable defined
in ox-icalendar.el.gz.
Value
"~/org.ics"
Documentation
The file name for the iCalendar file covering all agenda files.
This file is created with the command M-x org-icalendar-combine-agenda-files (org-icalendar-combine-agenda-files).
The file name should be absolute. It will be overwritten without warning.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defcustom org-icalendar-combined-agenda-file "~/org.ics"
"The file name for the iCalendar file covering all agenda files.
This file is created with the command `\\[org-icalendar-combine-agenda-files]'.
The file name should be absolute. It will be overwritten without warning."
:group 'org-export-icalendar
:type 'file)