mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Merge branch 'patch-2' of git://github.com/happyheart/Radicale into happyheart-patch-2
Conflicts: pages/user_documentation.rst
This commit is contained in:
commit
63f72dddd3
1 changed files with 36 additions and 5 deletions
|
@ -183,16 +183,16 @@ sync adapters. Of course it can also create its own calendars.
|
||||||
|
|
||||||
So, to sync using CalendarSync you will have to:
|
So, to sync using CalendarSync you will have to:
|
||||||
|
|
||||||
- start the App,
|
- start the app,
|
||||||
- press the Menu button,
|
- press the ``Menu`` button,
|
||||||
- select Create WebiCal,
|
- select ``Create WebiCal``,
|
||||||
- choose to start with a guided configuration.
|
- choose to start with a guided configuration.
|
||||||
|
|
||||||
Then enter your URL, Username and Password.
|
Then enter your URL, Username and Password.
|
||||||
As URL please use ``http(s)://server:port/username/``.
|
As URL please use ``http(s)://server:port/username/``.
|
||||||
|
|
||||||
If you can use https depends on your setup. Please replace "username"
|
If you can use HTTPS depends on your setup. Please replace ``username``
|
||||||
with the name of your Useraccount.
|
with the name of your user account.
|
||||||
|
|
||||||
Press test connection button. If everything signaled as OK then
|
Press test connection button. If everything signaled as OK then
|
||||||
press search calendars button, select the calendars which you want
|
press search calendars button, select the calendars which you want
|
||||||
|
@ -204,6 +204,37 @@ main screen of the app an pressing the ``Process Webicals`` button. Of
|
||||||
course you can also configure the app at its preferences to sync
|
course you can also configure the app at its preferences to sync
|
||||||
automatically.
|
automatically.
|
||||||
|
|
||||||
|
ContactSync
|
||||||
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
ContactSync is designed to sync contacts from and to various sources. It can
|
||||||
|
also overtake contacts and push them to the server, also if they are only
|
||||||
|
available on the device (local only contacts).
|
||||||
|
|
||||||
|
So to sync your contacts from the Radical server to your Android device:
|
||||||
|
|
||||||
|
- start the app
|
||||||
|
- press the ``Menu`` button,
|
||||||
|
- select ``Create WebContact``,
|
||||||
|
- select guided configuration mode.
|
||||||
|
|
||||||
|
As URL please use ``http(s)://server:port/username/``.
|
||||||
|
|
||||||
|
At the URL you will have to replace ``server:port`` and ``username`` so that it
|
||||||
|
matches your specific setup. It also depends on your configuration if you can
|
||||||
|
use HTTPS or if you have to use HTTP.
|
||||||
|
|
||||||
|
Press test connection button, if everything signaled as OK then press search
|
||||||
|
address book button. Select the address books which you want to sync and press
|
||||||
|
the configure address book button at the top of the display.
|
||||||
|
|
||||||
|
You can then start the first sync by going back to the main screen of the app
|
||||||
|
and pressing the ``Handle WebContacts`` button. Of course you can also
|
||||||
|
configure the app at its preferences to sync automatically.
|
||||||
|
|
||||||
|
ContactSync can also deal with WebDAV, HTTP and FTP Servers along with plain
|
||||||
|
``.vcf`` files.
|
||||||
|
|
||||||
CalDAV-Sync
|
CalDAV-Sync
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue