http://www.tungle.me/
Neat calendar service. Sync with desktop clients, mobiles, etc and then displays public availability and allows people to schedule events while handling timezones smoothly. Hat tip Anthony Feint.
http://www.go-evolution.org/FAQ
Very detailed FAQ on Gnome Evolution with links to a wiki and some other resources.
http://joemaller.com/2008/02/17/fixing-a-palm-duplicate-disaster/
A blog post on how to remove duplicate address book entries using sed, uniq and sort. It suggests converting all vcard entries to single lines, using sort then uniq and finally converting back. It removes absolute duplicates.
http://zzamboni.org/brt/2006/07/09/eliminating-duplicate-contacts-in-evolution-howto/
This is a simple perl script which *very crudely* removes duplicates in Evolution data. It deletes any contacts with the same name.