Hi,
I recently upgraded ical4j-connector from 0.9.3 to 0.9.4.3.
My code would connect to SOGo calendar server and get events of the certain
account and it works fine with connector-0.9.3.
However, it failed to get the collection when upgrading to version 0.9.4.3.
It threw an "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 " at
net.fortuna.ical4j.connector.dav.CalDavCalendarStore.getCollection.
After tracing the code of connector-0.9.4.3 and watching the contents of
the packet of the communication, it seems that there is no "ResourceType
property" in the response packet for the "PropFind" request packet.
Is there something wrong at SOGo server side or a bug in
ical4j-connector-0.9.4.3?
Thanks for any advice or reply.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I recently upgraded ical4j-connector from 0.9.3 to 0.9.4.3.
My code would connect to SOGo calendar server and get events of the certain
account and it works fine with connector-0.9.3.
However, it failed to get the collection when upgrading to version 0.9.4.3.
It threw an "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 " at
net.fortuna.ical4j.connector.dav.CalDavCalendarStore.getCollection.
After tracing the code of connector-0.9.4.3 and watching the contents of
the packet of the communication, it seems that there is no "ResourceType
property" in the response packet for the "PropFind" request packet.
Is there something wrong at SOGo server side or a bug in
ical4j-connector-0.9.4.3?
Thanks for any advice or reply.