2 months is more than enough, I was able to make an Web service to exchange events and contacts between ZCS and a Web (JSP) app in 100 hours.
To fetch calendars, you have 3 options :
- SOAP, with the GetAppointmentRequest method
- Grabbing the calendar file (.ics) with a GET method
- Using CalDAV
I suggest going with CalDAV. Why? If you ever switch to another calendar system, or need to query Zimbra and another system, you will be able to switch without major code change.
__________________
ZCS 5.11 on CentOS 5.2 64bits.
|