[Mono-list] How can I comunicate with wombat?

Rodrigo Moya rodrigo@ximian.com
23 Apr 2003 12:09:08 +0200


On Wed, 2003-04-23 at 00:55, Jorge De Gante wrote:
> I need to develop an app that can comunicate with wombat.
> I know that trough wombat it's possible to access the information of
> calendar, tasks and contacts.
> 
> How can I do that with mono?
> 
there is a set of C libraries that allow you to communicate with wombat
= libcal-client for calendar and tasks and libebook for addressbook. So,
you just have to PInvoke the functions in those libs.

cheers