Variable: icalendar-vcalendar-prodid

icalendar-vcalendar-prodid is a customizable variable defined in icalendar.el.gz.

Value

"-//gnu.org//GNU Emacs 32.0.50//EN"

Documentation

The value of the icalendar-prodid property for VCALENDAR objects produced by this Emacs.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom ical:vcalendar-prodid
  (format "-//gnu.org//GNU Emacs %s//EN" emacs-version)
  "The value of the `icalendar-prodid' property for VCALENDAR objects
produced by this Emacs."
  :type 'string)