Variable: icalendar-import-format-class

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

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
  :group 'icalendar)