Jun 1, 2007

Evolution and Conduit Action

The reaction to my previous post was extremely positive, with a lot of interest in the bindings. Ive had a bit more free time and done some more hacking on both the bindings, and integrating evolution support into Conduit. On the first point;

  • evolution-python-0.0.1 is available (download) (API docs) (example)

    • Implements add(), remove(), delete() and update() for ECalComponents into ECal sources

    • Implements convenience setters/getters for ECalComponent summary and descriptions (so you don't need to see the underlying ical types)

    • In short you should now be able to build note taking, todo applications, and addressbook managers on top of evolution data-server using python.

Work on the 0.3.1 bugfix release of Conduit is coming along nicely, it should be out sometime over the weekend. In between fixing bugs however I been able to introduce some new dataproviders, which in turn will open up a heap of new synchronization possibilities.

  • Thanks to new conduit contributor Thomas Van Machelen we now support Smugmug and Picasaweb photo sharing sites.

  • Support for Facebook photos (uploading yours, and downloading your friends) is nearing completion thats to the excellent API complete pyfacebook bindings.

  • By supporting Evolution Memos and TODO items we now support some pretty cool sync combinations;

    • Evolution Memos <--> Backpackit.com and Tomboy Notes

    • Evolution Memos and Contacts <--> iPod

    • gnome-about-me (evolution) <--> Facebook profile

I recognise not all of these sync pathways are immediately useful or new, but they are providing a good test of the framework, checking if the design is correct and providing useful test cases. Its also exciting to think that when network support lands next cycle, direct sync between two computers over the web/LAN will just work, and will support any dataprovider that is available to conduit.