Variable: org-icalendar-after-save-hook

org-icalendar-after-save-hook is a variable defined in ox-icalendar.el.gz.

Value

nil

Documentation

Hook run after an iCalendar file has been saved.

This hook is run with the name of the file as argument. A good way to use this is to tell a desktop calendar application to re-read the iCalendar file.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defvar org-icalendar-after-save-hook nil
  "Hook run after an iCalendar file has been saved.
This hook is run with the name of the file as argument.  A good
way to use this is to tell a desktop calendar application to
re-read the iCalendar file.")