Hi,
By Addting the following:
If item.ReminderSet Then
Print #outfile, "BEGIN:VALARM"
Print #outfile, "ACTION:DISPLAY"
Print #outfile, "TRIGGER;VALUE=DURATION:-PT" & item.ReminderMinutesBeforeStart & "M"
Print #outfile, "DESCRIPTION:Reminder"
Print #outfile, "END:VALARM"
End If
just before
Print #outfile, "END:VEVENT"
in iCalender.bas the Calender reminders are also included in the export.
iCalender.bas with changes attached.
Patched iCalendar.bas