Hi,I can define the application as a self updating address-book, where the data of the contacts can be modified b y the contact themselves, this is aiming to solve the problem of sharing contact information when we have contacts that are not from a company or that do not have place in a LDAP, in other ways is a RDB with strong business rules.
Currently the local copy of the contacts information is stored in a sqlite database and I was planing to develop a plugin to fetch the contacts from there to evolution, since implementing the LDAP protocol on-top of the server daemon seems to be to much work, at least for a first version. I would relllay apreciate any ideas to solve the problem, although seems that using c is the strongest and easiest answer at the moment.
Thaks :) On 20/08/2007, at 10:06, Jacob Johnny wrote:
On Sun, 2007-08-19 at 23:49 -0600, Sankar P wrote:On Sun, 2007-08-19 at 20:10 +0200, Manuel de la Pena wrote:Hi guys,I'm currently developing and application that I want to interact withevolution, specially with the contacts storage. I'm using Mono to develop the application and I was wondering there has been some work done regarding a mono and evolution integration in some way or Ishould use c as explained in http://www.gnome.org/projects/ evolution/developer-doc/eplugin/At the moment, the mono-plugin-loader is untested and is experimental. It is planned to improve it for 2.14 So, at the moment, using C is theonly option. What will your app. do ? You may need to use EDS APIs than write a plugin for Evo. if your app. wants to search/fetch the contacts.Evolution Sharp (C# Bindings for EDS) can be used for this.Thanks in advance :) _______________________________________________ Evolution-hackers mailing list Evolution-hackers gnome org http://mail.gnome.org/mailman/listinfo/evolution-hackers