Variable: icalendar-pre-unfolding-hook

icalendar-pre-unfolding-hook is a customizable variable defined in icalendar-parser.el.gz.

Value

nil

Documentation

Hook run before unfolding iCalendar data.

The functions in this hook will be run before the iCalendar data is
"unfolded", i.e., before whitespace introduced for breaking long lines
is removed (see icalendar-unfold-region and icalendar-unfold-undecoded-region). If you routinely receive iCalendar data that is not correctly folded, you can add functions to this hook which clean up that data before unfolding is attempted.

Each function should accept zero arguments and should perform its operation on the entire current buffer.

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

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz