Variable: diary-icalendar-always-import-quietly

diary-icalendar-always-import-quietly is a customizable variable defined in diary-icalendar.el.gz.

Value

nil

Documentation

When non-nil, diary will never ask for confirmations when importing events.

diary-icalendar-import-file and diary-icalendar-import-buffer both accept an optional argument, QUIETLY, which determines whether these functions ask for confirmation when importing individual events and saving the diary file. If you set this variable to t, you will never be asked to confirm.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defcustom di:always-import-quietly nil
  "When non-nil, diary will never ask for confirmations when importing events.

`diary-icalendar-import-file' and `diary-icalendar-import-buffer' both
accept an optional argument, QUIETLY, which determines whether these
functions ask for confirmation when importing individual events and
saving the diary file.  If you set this variable to t, you will never be
asked to confirm."
  :version "31.1"
  :type '(choice (const :tag "Ask for confirmations" nil)
                 (const :tag "Never ask for confirmations" t)))