I'm working on an application that uses Zimbra's freebusy.ifb service to retrieve a list of times that should be blocked out. However, by default this only returns events which occur today. I need to retrieve the free/busy data for a given number of days (roughly a week).
I spent a few minutes digging around the Zimbra source code and found that the time-range value may be passed in as a GET variable, but I am unsure of how to format the value. As far as I can tell, it wants a date range specified by two ISO8601 date/time strings but I don't know how to delimit them or what order to place them in the string.
So far, I've figured this much out:
Code:
http://zimbra.example.com/service/pubcal/freebusy.ifb?acct=foo@example.com&time-range=<date>
I need an example of proper formatting of the time-range dates. Thanks in advance.
--
Jeremy Grosser
Developer
poky.com
jeremy@poky.com