[OGo-Users] How can I access OpenGroupware?
Adam Tauno Williams
users@opengroupware.org
Thu, 27 Mar 2008 13:33:44 -0400
> I have never worked with OpenGroupware and I need to access data of
> OpenGroupware, so I had thought in saving the data in a database
> somehow. How is it possible? What options is there? Only I am
> interested in obtaining the contacts, appointments and task.
> Please, Can someone help me?Any suggestion will be welcome.
Use the XML-RPC API <http://code.google.com/p/zogi/> that would be the
preferred method if you need to integrate OGo with some custom
application.
Of course you can always connect to the backend database (PostgreSQL)
but that isn't advised as you then walk around all of the access
permissions, etc...
And there is also iCal & GroupDAV access to contacts and appointments
via ZideStore. <http://www.whitemiceconsulting.com/node/67>