Variable: icalendar-import-format-url
icalendar-import-format-url is a customizable variable defined in
icalendar.el.gz.
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
:group 'icalendar)