File: diary-icalendar.el.html
For an overview of the iCalendar library, see icalendar-shortdoc.el.
This file is a replacement for the diary import/export features previously provided by icalendar.el. It uses a new parser and offers more flexibility and features than the old implementation. It is documented in the Emacs manual.
Defined variables (35)
diary-icalendar-address-regexp | Regular expression to match calendar user (email) addresses. |
diary-icalendar-after-mailcap-viewer-hook | Hook run after ‘diary-icalendar-mailcap-viewer’. |
diary-icalendar-always-import-quietly | When non-nil, diary will never ask for confirmations when importing events. |
diary-icalendar-attachment-directory | Directory in which to save iCalendar attachments when importing. |
diary-icalendar-attendee-format-function | Function to format ATTENDEE properties during diary import. |
diary-icalendar-class-regexp | Regular expression to match access classification. |
diary-icalendar-description-regexp | Regular expression to match description in an entry. |
diary-icalendar-entry-regexp | Regular expression to match a full diary entry. |
diary-icalendar-export-alarms | Determine whether and how alarms are included in exported diary events. |
diary-icalendar-export-linewise | Export entries with multiple lines to distinct events. |
diary-icalendar-export-nonmarking-as-vjournal | Whether to export nonmarking diary entries as VJOURNAL components. |
diary-icalendar-export-nonmarking-entries | Whether to export nonmarking diary entries. |
diary-icalendar-export-sexp-enumerate-all | Whether all S-expression diary entries are enumerated. |
diary-icalendar-export-sexp-enumeration-days | Number of days over which an S-expression diary entry is enumerated. |
diary-icalendar-import-comparison-function | Comparison function for sorting imported iCalendar components. |
diary-icalendar-import-predicate | Predicate to filter iCalendar components before importing. |
diary-icalendar-import-vjournal-as-nonmarking | Whether to import VJOURNAL components as nonmarking diary entries. |
diary-icalendar-location-regexp | Regular expression to match location of an event. |
diary-icalendar-organizer-regexp | Regular expression to match line of an entry specifying the ORGANIZER. |
diary-icalendar-other-properties-parser | Function to parse additional iCalendar properties from diary entries. |
diary-icalendar-post-calendar-format-hook | Hook run after formatting a complete ‘icalendar-vcalendar’ as diary entries. |
diary-icalendar-post-entry-format-hook | Hook run after formatting a single iCalendar component as a diary entry. |
diary-icalendar-recurring-start-year | Start year for recurring events. |
diary-icalendar-skip-addresses-regexp | Regular expression matching addresses to skip when importing. |
diary-icalendar-status-regexp | Regular expression to match status of an event. |
diary-icalendar-summary-regexp | Regular expression to match summary in an entry. |
diary-icalendar-time-format | Format string to use for event times. |
diary-icalendar-time-regexp | Regular expression to match diary appointment times. |
diary-icalendar-time-zone-export-strategy | Strategy to use for exporting clock times in diary files. |
diary-icalendar-todo-regexp | Regular expression that identifies an entry as a task (VTODO). |
diary-icalendar-uid-regexp | Regular expression to match UID of an entry. |
diary-icalendar-url-regexp | Regular expression to match URL of an entry. |
diary-icalendar-vevent-format-function | Function to format VEVENT components for the diary. |
diary-icalendar-vjournal-format-function | Function to format VJOURNAL components for the diary. |
diary-icalendar-vtodo-format-function | Function to format VTODO components for the diary. |