I’m trying to get free/busy information from open-xchange. To test, I’m pointing my web browser at the following URL:
http://192.168.100.5/servlet/webdav.freebusy?username=gbr&server=testdomain.com
I keep coming up with a blank screen instead of the data I’m expecting. Is there something I need to do to get free/busy working? Is my URL wrong?
There is AFAIK no external service for free busy in the current version of OX.
freebusy is available internally to the application and therefore there most likely is an http api which can be used by a user session. (Because the internal calendaring can do freebusy there must be a way using the http api.)