Page 1 of 1

Zimbra PHP API

Posted: Mon Jan 29, 2018 9:24 pm
by undertoe
Using https://github.com/zimbra-api/zimbra-api/

Successfully querying and getting data back using the api just don't know how use the data being passed back... can someone post an example of how I should be using data passed back from the response.

Code: Select all

$result = $api->getFreeBusy($s, $e, null, null, 'user1@test.com');

Re: Zimbra PHP API

Posted: Wed Jan 31, 2018 4:28 pm
by bnystrom
I haven't used that library, because I'm essentially building what he made by scratch. I can recommend printing out the result of what you get back and see what specific data type it is and go from there.