File: icalendar.el.html
Most of the code in this file is now obsolete and has been marked as such.
For an overview of the new iCalendar library, see icalendar-shortdoc.el. For the new implementation of diary import/export, see diary-icalendar.el. Error handling code, global variables, and user options relevant for the entire iCalendar library remain in this file.
The diary-icalendar feature is documented in the Emacs Manual.
Defined variables (28)
icalendar--uid-count | Internal counter for creating unique ids. |
icalendar-debug | Enable icalendar debug messages. |
icalendar-debug-level | Minimum severity for logging iCalendar error messages. |
icalendar-error-buffer-name | Name of buffer in which errors are listed when processing iCalendar data. |
icalendar-error-regexp | Regexp to match iCalendar errors. |
icalendar-error-regexp-alist | Specifies how errors are parsed in ‘icalendar-errors-mode’; |
icalendar-errors-mode-abbrev-table | Abbrev table for ‘icalendar-errors-mode’. |
icalendar-errors-mode-hook | Hook run after entering ‘icalendar-errors-mode’. |
icalendar-errors-mode-map | Keymap for ‘icalendar-errors-mode’. |
icalendar-errors-mode-syntax-table | Syntax table for ‘icalendar-errors-mode’. |
icalendar-export-alarms | Determine if and how alarms are included in exported diary events. |
icalendar-export-hidden-diary-entries | Whether to export nonmarking diary entries. |
icalendar-export-sexp-enumerate-all | Whether all S-expression diary entries are enumerated. |
icalendar-export-sexp-enumeration-days | Number of days over which an S-expression diary entry is enumerated. |
icalendar-import-format | Format for importing events from iCalendar into Emacs diary. |
icalendar-import-format-class | Format string defining how the class element is formatted. |
icalendar-import-format-description | Format string defining how the description element is formatted. |
icalendar-import-format-location | Format string defining how the location element is formatted. |
icalendar-import-format-organizer | Format string defining how the organizer element is formatted. |
icalendar-import-format-status | Format string defining how the status element is formatted. |
icalendar-import-format-summary | Format string defining how the summary element is formatted. |
icalendar-import-format-uid | Format string defining how the UID element is formatted. |
icalendar-import-format-url | Format string defining how the URL element is formatted. |
icalendar-inhibit-error-erasure | When non-nil, ‘icalendar-init-error-buffer’ will not erase the errors |
icalendar-recurring-start-year | Start year for recurring events. |
icalendar-uid-format | Format string for unique ID (UID) values for iCalendar components. |
icalendar-vcalendar-prodid | The value of the ‘icalendar-prodid’ property for VCALENDAR objects |
icalendar-vcalendar-version | The current version of the VCALENDAR object, used in the |