File: icalendar.el.html
This package is documented in the Emacs Manual.
Please note:
- Diary entries which have a start time but no end time are assumed to
last for one hour when they are exported.
- Weekly diary entries are assumed to occur the first time in the first
week of the year 2000 when they are exported.
- Yearly diary entries are assumed to occur the first time in the year
1900 when they are exported.
- Float diary entries are assumed to occur the first time on the
day when they are exported.
Defined variables (18)
icalendar--uid-count | Auxiliary counter for creating unique ids. |
icalendar-debug | Enable icalendar debug messages. |
icalendar-export-alarms | Determine if and how alarms are included in exported diary events. |
icalendar-export-hidden-diary-entries | Determines whether hidden diary entries are exported. |
icalendar-export-sexp-enumerate-all | Determines whether ALL sexp diary entries are enumerated. |
icalendar-export-sexp-enumeration-days | Number of days over which a sexp 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-recurring-start-year | Start year for recurring events. |
icalendar-uid-format | Format of unique ID code (UID) for each iCalendar object. |
icalendar-version | Version number of icalendar.el. |