Stop Google Calendar
7th post of my Stop Google serie.
What is it?
Google Calendar is a Google service allowing users to store scheduled informations (events, tasks, reminders…) through a web interface. Such calendars can be synchronized with other softwares as Google Calendar implements different protocols.
Alternatives
There is a nice standard (several standards working together in fact) for doing exactly the same and lots of implementations of it.
Data (events, tasks…) are following iCalendar standard and network access is done with CalDAV, which is a extension of WebDAV which is an extension of HTTP.
As with any client-server system, you need at least 2 softwares: a server and a client. Here are some open source alternatives:
- Servers:
- DAViCal (check my DAViCal installation tutorial)
- Radicale (last time I checked it was quite new and too slow, should be much better now)
- ownCloud which is in fact embedding an other server: SabreDAV
- Web clients:
- CalDavZAP (a full JavaScript client)
- ownCloud
- Desktop clients:
- Evolution (GNOME)
- KOrganizer (KDE)
- Lightning (Thunderbird extension)
Comments Add one by sending me an email.