I thought I was home free with using a SQL database with Planner in my last post. Trying to connect became the impossible dream.
I found out that Planner has a Python plug-in for scripting which is much better than Lua IMO.
After spending a couple days debugging and looking at source and documentation I decided to recompile after the libgda-4.0 install and enabled the Python plug-in for good measure.
Low and behold the stubborn bastard actually connected and auto created the DB and tables as it's suppose to.
Well, now I can start playing with the scripting side of Planner.
The GNOME project is an effort to create and provide a complete, free and easy-to-use desktop and mobile environment accessible to all users, as well as a powerful application development framework for software developers. GNOME technologies are used in millions of desktops, phones and devices around the world.
My goal with this code challenge is to bring myself (and anyone interested) up to speed with the GNOME desktop API and using it's core applications. There is a interface to Evolution (e-mail client) data server from Planner but it's experimental and I'm not that brave.
More to come ...