On Mi, 2011-07-20 at 16:25 +0100, Roger KeIrad wrote: > Hi, > > To develop calendar sqlite backend that synchronize vcalendar what > should i use ?
You need to extend the src/backends/sqlite code to support some kind of calendar schema. There is not one "official" mapping of calendar data into sqlite - you'll have to adapt this to your own needs. Do you already have an existing sqlite schema for calendar? If not, why do you want to use sqlite? If all you need is a non-Evolution backend, then perhaps the existing file backend already suits your needs? It supports calendar data. Configure it with: backend=file syncFormat=text/calendar databaseFormat=text/calendar > cause i didn't understand very well the syncevolution architecture : > interaction between different libraries.. i only want to use the > syncevolution client part. > what libraries did i need ? The libraries for compiling the source code are listed in the HACKING document. The "developer" section on syncevolution.org has presentations that explain the architecture. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
