File: ox-icalendar.el.html
This library implements an iCalendar back-end for Org generic exporter. See Org manual for more information.
It is expected to conform to RFC 5545.
Defined variables (20)
org-icalendar-after-save-hook | Hook run after an iCalendar file has been saved. |
org-icalendar-alarm-time | Number of minutes for triggering an alarm for exported timed events. |
org-icalendar-categories | Items that should be entered into the "categories" field. |
org-icalendar-combined-agenda-file | The file name for the iCalendar file covering all agenda files. |
org-icalendar-combined-description | Calendar description for the combined iCalendar (all agenda files). |
org-icalendar-combined-name | Calendar name for the combined iCalendar representing all agenda files. |
org-icalendar-date-time-format | Format-string for exporting icalendar DATE-TIME. |
org-icalendar-deadline-summary-prefix | String prepended to exported headlines with a deadline. |
org-icalendar-exclude-tags | Tags that exclude a tree from export. |
org-icalendar-force-alarm | Non-nil means alarm will be created even if is set to zero. |
org-icalendar-include-bbdb-anniversaries | Non-nil means a combined iCalendar file should include anniversaries. |
org-icalendar-include-body | Amount of text below headline to be included in iCalendar export. |
org-icalendar-include-sexps | Non-nil means export to iCalendar files should also cover sexp entries. |
org-icalendar-include-todo | Non-nil means create VTODO components from TODO items. |
org-icalendar-scheduled-summary-prefix | String prepended to exported scheduled headlines. |
org-icalendar-store-UID | Non-nil means store any created UIDs in properties. |
org-icalendar-timezone | The time zone string for iCalendar export. |
org-icalendar-use-deadline | Contexts where iCalendar export should use a deadline time stamp. |
org-icalendar-use-scheduled | Contexts where iCalendar export should use a scheduling time stamp. |
org-icalendar-with-timestamps | Non-nil means make an event from plain time stamps. |