Variable: icalendar-import-format-summary
icalendar-import-format-summary is a customizable variable defined in
icalendar.el.gz.
Value
"%s"
Documentation
Format string defining how the summary element is formatted.
This applies only if the summary is not empty! %s is replaced
by the summary.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom icalendar-import-format-summary
"%s"
"Format string defining how the summary element is formatted.
This applies only if the summary is not empty! `%s' is replaced
by the summary."
:type 'string
:group 'icalendar)