Ubuntu – How to program the GNOME Clock Calendar with Python

application-developmentcalendargnomepython

I want to develop a little application and I want to add events to the calendar of the Gnome panel clock. How does it work? Is there a D-Bus Interface I can use? Or can I directly access the evolution-data-server?

Best Answer

The Evolution-python library lets you access Evolution Data Server in Python.