icalendar-export-region

icalendar-export-region is an interactive autoloaded compiled Lisp function in `icalendar.el'.


(icalendar-export-region MIN MAX ICAL-FILENAME)

Export region in diary file to iCalendar format.
All diary entries in the region from MIN to MAX in the current buffer are
converted to iCalendar format. The result is appended to the file
ICAL-FILENAME.
This function attempts to return t if something goes wrong. In this
case an error string which describes all the errors and problems is
written into the buffer `*icalendar-errors*'.