Hi,
When the event looks like the below one:
BEGIN:VEVENT
DTSTAMP:20150617T230527Z
UID:
SUMMARY:
STATUS:CANCELLED
DESCRIPTION:
END:VEVENT
The Appointment.load cause to the exception:
java.lang.NullPointerException
at com.aspose.email.Appointment.a(Unknown Source)
at com.aspose.email.Appointment.b(Unknown Source)
at com.aspose.email.Appointment.load(Unknown Source)
I don't think that NullPointerException in this case is a suitable exception (if at all in such case need to thrown an exception).
Please advise.
Thanks
Hi,
Thank you for writing to Aspose support team.
I have tried to re-produce the scenario, by using the above event but could not observe this error. Could you please share the complete appointment file which is causing this issue? It will help us to provide assistance as early as possible.
Hi,
This is a full calendar / event :
BEGIN:VCALENDAR
PRODID:-//CttttAkkz//iCal4j 1.0//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:cxxxx.lxxxx@yyyyyy.com
X-WR-CALDESC:
X-WR-TIMEZONE:Pacific/Auckland
BEGIN:VEVENT
DTSTAMP:20150617T230527Z
UID:
SUMMARY:
STATUS:CANCELLED
DESCRIPTION:
END:VEVENT
END:VCALENDAR
Thanks
Hi,
I have re-produced the issue here and have logged it as EMAILJAVA-33515 in our bug tracking system for further investigation by the product team. I shall write here as soon as some feedback is available in this regard.