Variable: icalendar-component-types
icalendar-component-types is a variable defined in
icalendar-parser.el.gz.
Value
(("VCALENDAR" . icalendar-vcalendar) ("VALARM" . icalendar-valarm)
("DAYLIGHT" . icalendar-daylight) ("STANDARD" . icalendar-standard)
("VTIMEZONE" . icalendar-vtimezone)
("VFREEBUSY" . icalendar-vfreebusy) ("VJOURNAL" . icalendar-vjournal)
("VTODO" . icalendar-vtodo) ("VEVENT" . icalendar-vevent))
Documentation
Alist mapping printed component names to type symbols.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
;;; Section 3.6: Calendar Components
(defvar ical:component-types nil ;; populated by ical:define-component
"Alist mapping printed component names to type symbols.")