1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Merge pull request #1 from Sweil/website

Added documentation for CalDAV-Sync
This commit is contained in:
Guillaume Ayoub 2011-08-29 11:15:45 -07:00
commit d39a586b92

View file

@ -114,7 +114,29 @@ KOrganizer
CalDAV-Sync
~~~~~~~~~~~
*To be written*
CalDAV-Sync is implemented as sync adapter to integrate seamlessly with
any calendar app and widget. Therefor you have to access it via
``Accounts & Sync`` settings after installing it from the Market.
So, to add new calendars to your phone open ``Accounts & Sync`` settings
and tap on ``Add account``, selecting CalDAV as type. In the next view,
you have to switch to Manual Mode. Enter the full CalDAV URL of your Radicale
account (e.g. http://example.com:5232/Username/) and corresponding login data.
Tap on ``Next`` and the app checks for all available calendars
on your account, listing them in the next view. You can now select calendars
you want to sync and set a local nickname and color for each. Hitting ``Next``
again brings up the last page. Enter your email address and uncheck ``Sync
from server to phone only`` if you want to use two-way-sync.
.. note::
CalDAV-Sync officially is in alpha state and two-way-sync is marked as
an experimental feature. Tough it works fine for me, using two-way-sync
is on your own risk!
Tap on ``Finish`` and you're done. You're now able to use the new calendars
in the same way you were using Google calendars before.
aCal
~~~~