Variable: diary-icalendar-after-mailcap-viewer-hook

diary-icalendar-after-mailcap-viewer-hook is a customizable variable defined in diary-icalendar.el.gz.

Value

nil

Documentation

Hook run after diary-icalendar-mailcap-viewer.

The functions in this hook will be run in a temporary buffer after formatting the contents of iCalendar data as diary entries in that buffer. You can add functions to this hook if you want, for example, to copy these entries somewhere else.

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:after-mailcap-viewer-hook nil
  "Hook run after `diary-icalendar-mailcap-viewer'.

The functions in this hook will be run in a temporary buffer after
formatting the contents of iCalendar data as diary entries in that
buffer.  You can add functions to this hook if you want, for example, to
copy these entries somewhere else."
  :version "31.1"
  :type '(hook))