Function: org-icalendar-inner-template
org-icalendar-inner-template is a byte-compiled function defined in
ox-icalendar.el.gz.
Signature
(org-icalendar-inner-template CONTENTS _)
Documentation
Return document body string after iCalendar conversion.
CONTENTS is the transcoded contents string.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
;;;; Template
(defun org-icalendar-inner-template (contents _)
"Return document body string after iCalendar conversion.
CONTENTS is the transcoded contents string."
contents)