1) I'm looking to write a calendar application in python that will interact with Gnom-shell-calendar. I've asked around, and I was told that the Gnome-shell calendar uses
evolution-data-sever
do get its informaion. I looked around and saw that there is a python module
python-evolution
that allows you to interact with the evolution server. That module has now been depreciated. Is There another way to interact with the sever.
2) I've also seen a process called
Gnome-shell-calendar-server
Whats The difference between that and the evolution one?