Variable: icalendar-property-types
icalendar-property-types is a variable defined in
icalendar-parser.el.gz.
Value
(("REQUEST-STATUS" . icalendar-request-status)
("SEQUENCE" . icalendar-sequence)
("LAST-MODIFIED" . icalendar-last-modified)
("DTSTAMP" . icalendar-dtstamp) ("CREATED" . icalendar-created)
("TRIGGER" . icalendar-trigger) ("REPEAT" . icalendar-repeat)
("ACTION" . icalendar-action) ("RRULE" . icalendar-rrule)
("RDATE" . icalendar-rdate) ("EXDATE" . icalendar-exdate)
("UID" . icalendar-uid) ("URL" . icalendar-url)
("RELATED-TO" . icalendar-related-to)
("RECURRENCE-ID" . icalendar-recurrence-id)
("ORGANIZER" . icalendar-organizer) ("CONTACT" . icalendar-contact)
("ATTENDEE" . icalendar-attendee) ("TZURL" . icalendar-tzurl)
("TZOFFSETTO" . icalendar-tzoffsetto)
("TZOFFSETFROM" . icalendar-tzoffsetfrom)
("TZNAME" . icalendar-tzname) ("TZID" . icalendar-tzid)
("TRANSP" . icalendar-transp) ("FREEBUSY" . icalendar-freebusy)
("DURATION" . icalendar-duration) ("DTSTART" . icalendar-dtstart)
("DUE" . icalendar-due) ("DTEND" . icalendar-dtend)
("COMPLETED" . icalendar-completed) ("SUMMARY" . icalendar-summary)
("STATUS" . icalendar-status) ("RESOURCES" . icalendar-resources)
("PRIORITY" . icalendar-priority)
("PERCENT-COMPLETE" . icalendar-percent-complete)
("LOCATION" . icalendar-location) ("GEO" . icalendar-geo)
("DESCRIPTION" . icalendar-description)
("COMMENT" . icalendar-comment) ("CLASS" . icalendar-class)
("CATEGORIES" . icalendar-categories) ("ATTACH" . icalendar-attach)
("VERSION" . icalendar-version) ("PRODID" . icalendar-prodid)
("METHOD" . icalendar-method) ("CALSCALE" . icalendar-calscale))
Documentation
Alist mapping printed property names to type symbols.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
;;; Properties:
(defvar ical:property-types nil ;; populated by ical:define-property
"Alist mapping printed property names to type symbols.")