Hi!
I'm a developer of a CRM/Colab Software with a calendar suite like M$ Outlook. The software is purely written in Java/Swing with a NetBeans Platform RCP base.
I write some connectors to different calendar provider like Zarafa (with iCalendar and CalDAV). The OX iCalendar interface is read only and very limited (many fields are not used).
I wonder what is the best practice / interface with the longest future to synchronize calendar items, tasks, journals... with OX.
WebDAV or JSON/HTTP-API? Is CalDAV a option for the future?
WebDAV with XML is a very formal way and IMHO a stable way to connect my software to OX. Would that be a reasonable estimate? Are there differences between WebDAV_XML and HTTP-API at the function layer?
TIA and best regards,
josh.
I'm a developer of a CRM/Colab Software with a calendar suite like M$ Outlook. The software is purely written in Java/Swing with a NetBeans Platform RCP base.
I write some connectors to different calendar provider like Zarafa (with iCalendar and CalDAV). The OX iCalendar interface is read only and very limited (many fields are not used).
I wonder what is the best practice / interface with the longest future to synchronize calendar items, tasks, journals... with OX.
WebDAV or JSON/HTTP-API? Is CalDAV a option for the future?
WebDAV with XML is a very formal way and IMHO a stable way to connect my software to OX. Would that be a reasonable estimate? Are there differences between WebDAV_XML and HTTP-API at the function layer?
TIA and best regards,
josh.
Comment