Variable: org-icalendar-exclude-tags
org-icalendar-exclude-tags is a customizable variable defined in
ox-icalendar.el.gz.
Value
nil
Documentation
Tags that exclude a tree from export.
This variable allows specifying different exclude tags from other back-ends. It can also be set with the ICALENDAR_EXCLUDE_TAGS keyword.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defcustom org-icalendar-exclude-tags nil
"Tags that exclude a tree from export.
This variable allows specifying different exclude tags from other
back-ends. It can also be set with the ICALENDAR_EXCLUDE_TAGS
keyword."
:group 'org-export-icalendar
:type '(repeat (string :tag "Tag")))