Variable: icalendar-import-format-description

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

Value

"\n Desc: %s"

Documentation

Format string defining how the description element is formatted.

This applies only if the description is not empty! %s is replaced by the description.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom icalendar-import-format-description
  "\n Desc: %s"
  "Format string defining how the description element is formatted.
This applies only if the description is not empty! `%s' is
replaced by the description."
  :type 'string
  :group 'icalendar)