You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ical4j-connector to connect to multiple carddav servers. Our own implementation (using Milton) works great, but with Zimbra, I get 400 bad request everytime a REPORT request is made on an addressbook.
Any idea how to fix this ? (If it's a bug i can provide patches, but i'd like to confirm I'm using the connector correctly).
By the way, is it possible to autodetect which PathResolver to use ? It would be super usefull for a multiprovider client.
Thanks !
The text was updated successfully, but these errors were encountered:
It seems that Zimbra 6.0.7 do not work with REPORT requests, but a PROPFIND works. Any idea on how to force propfind instead of report in such case ? (The code is in collection.getComponents, but i'd rather not fork ical4j-connector)
If you are able to make the appropriate change then by all means fork the repo and create a pull request. Otherwise I can take a look and see if I can implement what you are requesting. Thanks for the feedback.
Hi,
I'm using ical4j-connector to connect to multiple carddav servers. Our own implementation (using Milton) works great, but with Zimbra, I get 400 bad request everytime a REPORT request is made on an addressbook.
Any idea how to fix this ? (If it's a bug i can provide patches, but i'd like to confirm I'm using the connector correctly).
By the way, is it possible to autodetect which PathResolver to use ? It would be super usefull for a multiprovider client.
Thanks !
The text was updated successfully, but these errors were encountered: