views:

962

answers:

1

Hey guys,

I am wondering how I can go about using the Zimbra API. I have looked everywhere for an API, and I have found no good references/tutorials about it.

I have a web application that I have developed in Ruby on Rails that I would like to communicate to Zimbra in order to fetch the calendar items to put in my own Calendar interface from within my application.

Can I do this ? and where can I start ?

+2  A: 

here are some doc :

SOAP API

SOAP Admin API

you can also download zimbra and look at ZimbraServer/docs/soap.txt

Adinochestva
note that the copy on sourceforge seems to be rather out of date ... a current version is to be found in you zimbra installation unter /opt/zimbra/docs
Tobi Oetiker