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?
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?
The Evolution-python library lets you access Evolution Data Server in Python.
For Ubuntu 12.10 Claasic (With Gnome-Panel)
Evolution-Python module has been depreciated now. Evolution Data Server 3.6 can be accessed with Python using gobject introspection. For this,
gir1.2-edataserver-1.2
andgir1-2-ecalendar-1.2
also need to be installed.Refer to this answer: Coding own applicaion for Gnome-shell Calendar
It should work for panel clock-applet also.