Variable: icalendar-import-format-url

icalendar-import-format-url 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 URL: %s"

Documentation

Format string defining how the URL element is formatted.

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

Source Code

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