Variable: icalendar-import-format-location

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

Value

"\n Location: %s"

Documentation

Format string defining how the location element is formatted.

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

Source Code

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