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:

Comments Add one by sending me an email.