agenda

Author: Florian Dorn <florian.dorn@gail.com>

Supported calendars

	* Google Calendar
		  o All subscribed calendars (not only the main calendar) 
	* Novell Groupwise
		  o Currently only IMAP is supported. Support for the GroupWise? Web Service (SOAP) is planned for the future. 
	* Evolution
		  o Local calendars and "Anniversaries and Birthdays" 

Requirements

    * pysqlite2 (2.4.0)
    * python-gdata (1.0.9)
    * python-vobject (0.5)
    * python-configobj (4.4.0.2)
    * python-lxml (2.1) 

The dependencies can be installed on a recent version of ubuntu/debian/mint with
	sudo apt-get install python-pysqlite2 python-configobj python-gdata python-vobject python-lxml

Installation

You will need the following packages to get the latest source and install using the provided install.sh script:
	sudo apt-get install python-setuptools python-distutils-extra subversion

Make sure that you have the required packages and the as mentioned above installed. Then run:
	svn checkout http://gnome-agenda.googlecode.com/svn/trunk/ gnome-agenda-read-only
	cd gnome-agenda-read-only
	sudo python setup.py install
