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