Variable: icalendar-import-format-class

icalendar-import-format-class 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 Class: %s"

Documentation

Format string defining how the class element is formatted.

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

Source Code

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