View Single Post
Posts: 35 | Thanked: 17 times | Joined on Aug 2009
#34
Originally Posted by lorelei View Post
SInce there's no python binding to access CCalendar DB, I will write a C++ wrapper library that will be used by Erminig-NG to access easily the Calendaring API. This should be rather straightforward (famous last words), and I hope to get that new version out by this Sunday.

First of all, thanks for this! I started working on the same thing (2-way multi-calendar sync), but only got as far as playing with the python-gdata and wrapping the necessary parts of the calendar-backend API with C (accessed using python ctypes). Was figuring out recurring events in the calendar-backend API when I was last working on it.

I'm gonna ditch my own effort and start playing with this. Hopefully I'll have some contributions soon.