Variable: icalendar-import-format-status

icalendar-import-format-status is a customizable variable defined in icalendar.el.gz.

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
  :group 'icalendar)