Variable: icalendar-import-format-organizer

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