Difference between revisions of "Radicale"
(Document requirement of Radicale 0.7.1) |
(Document parameters for account detection with CardDAV-Sync) |
||
Line 25: | Line 25: | ||
In order to use Radicale's CardDAV support, you need at least version 0.7.1, since there was an XML namespace error that prevented CardDAV-Sync from finding your address books that was only fixed in [https://github.com/Kozea/Radicale/commit/ea94ec919e4415b6d65b5ea9a5f5556e3c288637 ea94ec9] (or check out [http://keithp.com/blogs/calypso/ calypso]). | In order to use Radicale's CardDAV support, you need at least version 0.7.1, since there was an XML namespace error that prevented CardDAV-Sync from finding your address books that was only fixed in [https://github.com/Kozea/Radicale/commit/ea94ec919e4415b6d65b5ea9a5f5556e3c288637 ea94ec9] (or check out [http://keithp.com/blogs/calypso/ calypso]). | ||
− | The account setup should work just as with CalDAV-Sync. | + | The account setup should work just as with CalDAV-Sync: |
+ | |||
+ | * '''URL''': <your.server.name>:5232/path/to/addressbook | ||
+ | * '''use SSL''': leave ticked if you configured Radicale to use SSL | ||
+ | * '''Username''': The user name known to the authentication method you configured in the <code>[auth]</code> section of Radicale's config file | ||
+ | * '''Password''': The corresponding password | ||
+ | |||
+ | The <code>/path/to/addressbook</code> is the path to your address book file relative to your <code>collections/</code> directory (configured as <code>filesystem_folder</code> in the <code>storage</code> section of Radicale's config). | ||
Note that you have to access the address book at least once from another client to ensure it actually exists when you start the address book discovery since CardDAV-Sync will find only existing collections. | Note that you have to access the address book at least once from another client to ensure it actually exists when you start the address book discovery since CardDAV-Sync will find only existing collections. |
Revision as of 21:55, 16 April 2013
Radicale is a light-weighted open source CalDAV server written in python. It is easy to use and can even run without any configuration. It does not need a database like Mysql or Postgres as it stores all calendars as plain ics files in your file system.
Support for CalDAV-Sync has been added in version 0.6.
Setup
CalDAV-Sync
Please note that anonymous login (i.e. without user name) is currently not supported. You must enable authentication in Radicale to sync with CalDAV-Sync. The password can be empty, so you should be able to sync public and private calendars.
- Server: <your.server.name>:5232
- use SSL: leave ticked if you configured Radicale to use SSL
- Username: <your user name>
- Password: <your password>
To access calendars in the root directory (i.e. with URLs like /calendar) try:
- URL: <your.server.name>:5232/<calendar_name>
- use SSL: leave ticked if you configured Radicale to use SSL
- Username: <some user name>
- Password: may be empty
CardDAV-Sync
In order to use Radicale's CardDAV support, you need at least version 0.7.1, since there was an XML namespace error that prevented CardDAV-Sync from finding your address books that was only fixed in ea94ec9 (or check out calypso).
The account setup should work just as with CalDAV-Sync:
- URL: <your.server.name>:5232/path/to/addressbook
- use SSL: leave ticked if you configured Radicale to use SSL
- Username: The user name known to the authentication method you configured in the
[auth]
section of Radicale's config file - Password: The corresponding password
The /path/to/addressbook
is the path to your address book file relative to your collections/
directory (configured as filesystem_folder
in the storage
section of Radicale's config).
Note that you have to access the address book at least once from another client to ensure it actually exists when you start the address book discovery since CardDAV-Sync will find only existing collections.