Variable: icalendar-import-format-status
icalendar-import-format-status is a customizable variable defined in
icalendar.el.gz.
This variable is obsolete since 31.1; please use
diary-icalendar-vevent-format-function for import formatting
instead.
Value
"\n Status: %s"
Documentation
Format string defining how the status element is formatted.
This applies only if the status is not empty! %s is replaced by
the status.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom icalendar-import-format-status
"\n Status: %s"
"Format string defining how the status element is formatted.
This applies only if the status is not empty! `%s' is replaced by
the status."
:type 'string)