Variable: icalendar-import-format-uid

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

Value

"\n UID: %s"

Documentation

Format string defining how the UID element is formatted.

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

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

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