Variable: diary-from-outlook-function

diary-from-outlook-function is a variable defined in diary-lib.el.gz.

Value

nil

Documentation

If non-nil, a function of one argument for diary-from-outlook to call.

If the current buffer contains an Outlook-style appointment message, this function should extract it into a diary entry. If the argument is nil, it should ask for confirmation before adding this entry to the diary. For examples, see diary-from-outlook-rmail and diary-from-outlook-gnus.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defvar diary-from-outlook-function nil
  "If non-nil, a function of one argument for `diary-from-outlook' to call.
If the current buffer contains an Outlook-style appointment message,
this function should extract it into a diary entry.  If the argument is
nil, it should ask for confirmation before adding this entry to the diary.
For examples, see `diary-from-outlook-rmail' and `diary-from-outlook-gnus'.")