Zimbra PHP API

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
undertoe
Advanced member
Advanced member
Posts: 94
Joined: Fri Sep 12, 2014 10:12 pm

Zimbra PHP API

Post 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');
bnystrom
Posts: 4
Joined: Fri Jan 26, 2018 4:45 pm

Re: Zimbra PHP API

Post 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.
Post Reply