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-hookHook run after an iCalendar file has been saved.
org-icalendar-alarm-timeNumber of minutes for triggering an alarm for exported timed events.
org-icalendar-categoriesItems that should be entered into the "categories" field.
org-icalendar-combined-agenda-fileThe file name for the iCalendar file covering all agenda files.
org-icalendar-combined-descriptionCalendar description for the combined iCalendar (all agenda files).
org-icalendar-combined-nameCalendar name for the combined iCalendar representing all agenda files.
org-icalendar-date-time-formatFormat-string for exporting icalendar DATE-TIME.
org-icalendar-deadline-summary-prefixString prepended to exported headlines with a deadline.
org-icalendar-exclude-tagsTags that exclude a tree from export.
org-icalendar-force-alarmNon-nil means alarm will be created even if is set to zero.
org-icalendar-include-bbdb-anniversariesNon-nil means a combined iCalendar file should include anniversaries.
org-icalendar-include-bodyAmount of text below headline to be included in iCalendar export.
org-icalendar-include-sexpsNon-nil means export to iCalendar files should also cover sexp entries.
org-icalendar-include-todoNon-nil means create VTODO components from TODO items.
org-icalendar-scheduled-summary-prefixString prepended to exported scheduled headlines.
org-icalendar-store-UIDNon-nil means store any created UIDs in properties.
org-icalendar-timezoneThe time zone string for iCalendar export.
org-icalendar-use-deadlineContexts where iCalendar export should use a deadline time stamp.
org-icalendar-use-scheduledContexts where iCalendar export should use a scheduling time stamp.
org-icalendar-with-timestampsNon-nil means make an event from plain time stamps.

Defined functions (22)

org-icalendar--combine-files(&rest FILES)
org-icalendar--valarm(ENTRY TIMESTAMP SUMMARY)
org-icalendar--vcalendar(NAME OWNER TZ DESCRIPTION CONTENTS)
org-icalendar--vevent(ENTRY TIMESTAMP UID SUMMARY LOCATION DESCRIPTION CATEGORIES TIMEZONE CLASS)
org-icalendar--vtodo(ENTRY UID SUMMARY LOCATION DESCRIPTION CATEGORIES TIMEZONE CLASS)
org-icalendar-blocked-headline-p(HEADLINE INFO)
org-icalendar-cleanup-string(S)
org-icalendar-clear-blank-lines(HEADLINE BACK-END INFO)
org-icalendar-combine-agenda-files(&optional ASYNC)
org-icalendar-convert-timestamp(TIMESTAMP KEYWORD &optional END TZ)
org-icalendar-create-uid(FILE &optional BELL)
org-icalendar-dtstamp()
org-icalendar-entry(ENTRY CONTENTS INFO)
org-icalendar-export-agenda-files(&optional ASYNC)
org-icalendar-export-current-agenda(FILE)
org-icalendar-export-to-ics(&optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY)
org-icalendar-fold-string(S)
org-icalendar-get-categories(ENTRY INFO)
org-icalendar-inner-template(CONTENTS _)
org-icalendar-template(CONTENTS INFO)
org-icalendar-transcode-diary-sexp(SEXP UID SUMMARY)
org-icalendar-use-UTC-date-time-p()

Defined faces (0)