Variable: diary-icalendar-post-calendar-format-hook

diary-icalendar-post-calendar-format-hook is a variable defined in diary-icalendar.el.gz.

Value

nil

Documentation

Hook run after formatting a complete icalendar-vcalendar as diary entries.

The functions in this hook are run by diary-icalendar-import-buffer-to-buffer
(which see) after formatting all the diary entries created from the
calendar. Each function will be called in a buffer containing all the diary entries.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defvar di:post-calendar-format-hook nil
  "Hook run after formatting a complete `icalendar-vcalendar' as diary entries.

The functions in this hook are run by `diary-icalendar-import-buffer-to-buffer'
\(which see) after formatting all the diary entries created from the
calendar.  Each function will be called in a buffer containing all the
diary entries.")