2010-06-16 10:40:28 +02:00
|
|
|
|
==========================
|
|
|
|
|
A Simple Calendar Server
|
|
|
|
|
==========================
|
2010-04-23 00:13:43 +02:00
|
|
|
|
|
2010-06-16 10:40:28 +02:00
|
|
|
|
Presentation
|
|
|
|
|
============
|
2009-07-29 17:19:55 +02:00
|
|
|
|
|
|
|
|
|
The Radicale Project is a complete CalDAV calendar server solution. It can
|
|
|
|
|
store multiple calendars.
|
|
|
|
|
|
|
|
|
|
Calendars are available from both local and distant accesses, possibly limited
|
2010-06-16 10:40:28 +02:00
|
|
|
|
through authentication policies. They can be viewed and edited by a calendar
|
|
|
|
|
client such as Sunbird or Evolution.
|
2009-07-29 17:19:55 +02:00
|
|
|
|
|
2010-06-16 10:40:28 +02:00
|
|
|
|
|
|
|
|
|
Technical Description
|
|
|
|
|
=====================
|
2009-07-29 17:19:55 +02:00
|
|
|
|
|
|
|
|
|
The Radicale Project aims to be a light solution, easy to use, easy to install,
|
2010-05-17 22:18:00 +02:00
|
|
|
|
easy to configure. As a consequence, it requires few software dependencies and
|
2009-07-29 17:19:55 +02:00
|
|
|
|
is pre-configured to work out-of-the-box.
|
|
|
|
|
|
|
|
|
|
The Radicale Project runs on most of the UNIX-like platforms (Linux, \*BSD,
|
2010-06-16 10:40:28 +02:00
|
|
|
|
MacOS X) and Windows. It is free and open-source software, written in Python,
|
|
|
|
|
released under GPL version 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Main Features
|
|
|
|
|
=============
|
|
|
|
|
|
2010-06-16 10:41:39 +02:00
|
|
|
|
- Shares calendars through CalDAV and HTTP
|
|
|
|
|
- Supports events and todos
|
|
|
|
|
- Works out-of-the-box, no installation nor configuration required
|
|
|
|
|
- Warns users on concurrent edition
|
|
|
|
|
- Limits access by authentication
|
|
|
|
|
- Secures connections
|
2011-01-26 02:35:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supported Clients
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
- `Mozilla Lightning <http://www.mozilla.org/projects/calendar/lightning/>`_
|
|
|
|
|
- `GNOME Evolution <http://projects.gnome.org/evolution/>`_
|
|
|
|
|
- `Google Android <http://www.android.com/>`_
|
|
|
|
|
- `Apple iCal (coming soon) <http://www.apple.com/support/ical/>`_
|
|
|
|
|
- `Apple iPhone (coming soon) <http://www.apple.com/iphone/>`_
|