David Engster <d...@randomsample.de> writes:

>> What do you need from org-icalendar.el?
>
> Only org-export-icalendar. As long as that one is producing the same
> output, everything should be fine.

Unfortunately, there is no `org-export-icalendar' anymore.

There is:

  (org-icalendar--combine-files nil FILES)

which is equivalent to:

  (org-export-icalendar t FILES)

Also

  (org-export-icalendar nil FILES)

should be equivalent to something like:

  (dolist (file files)
    (find-file file)
    (org-mode)
    (org-icalendar-export-to-ics))


Regards,

-- 
Nicolas Goaziou

Reply via email to