I m using calendar.save method to save my calendar in .ics format but when i musing aspose.email jar 20.3 for java the timing is not correct but when i m using aspose 19.1 jar for java it is correct
The code is
MapiCalendar cal = (MapiCalendar) message.toMapiMessageItem();
cal.save(destination_path + File.separator + path + File.separator + countr
+ “Calendar.ics”, AppointmentSaveFormat.Ics);