Variable: icalendar-import-format-description

icalendar-import-format-description 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 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)