mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-11 17:18:29 +00:00
Minor fixes in doc
This commit is contained in:
parent
3af5900afb
commit
3e61eada5e
1 changed files with 13 additions and 10 deletions
|
@ -84,9 +84,10 @@ Radicale's one and your calendar won't be remotely accessible.
|
|||
|
||||
Next window asks you to provide information about remote calendar
|
||||
access. Protocol used by Radicale is ``CalDAV``. A standard location for a
|
||||
basic use of a Radicale calendar is ``http://localhost:5232/user/calendar/``,
|
||||
where you can replace ``user`` and ``calendar.ics`` by some strings of your
|
||||
choice. Calendars are automatically created if needed.
|
||||
basic use of a Radicale calendar is
|
||||
``http://localhost:5232/user/calendar.ics/``, where you can replace ``user``
|
||||
and ``calendar.ics`` by some strings of your choice. Calendars are
|
||||
automatically created if needed.
|
||||
|
||||
You can now customize your calendar by giving it a nickname and a color. This
|
||||
is only used by Lightning to identify calendars among others.
|
||||
|
@ -135,8 +136,8 @@ Calendars
|
|||
The procedure below can also be done trough the sidebar "Calendar Manager".
|
||||
But to ensure it works for everyone this examples uses the menu-bar.
|
||||
|
||||
1. Click ``Settings -> Configure KOrganizer``.
|
||||
2. Click on ``General -> Calendars``.
|
||||
1. Click ``Settings → Configure KOrganizer``.
|
||||
2. Click on ``General → Calendars``.
|
||||
3. Click on ``Add``.
|
||||
4. Choose ``DAV groupware resource`` (and click ``OK``).
|
||||
5. Enter your username/passord (and click on ``Next``).
|
||||
|
@ -154,17 +155,17 @@ But to ensure it works for everyone this examples uses the menu-bar.
|
|||
17. Restart Korganizer for the calendar to appear in the "Calendar Manager" sidebar :(. (At least with version 4.8.3.)
|
||||
|
||||
.. note::
|
||||
After you created a calender in a collection you can also use http://myserve:5232/Username/ as an URL
|
||||
After you created a calender in a collection you can also use http://myserver:5232/Username/ as an URL
|
||||
This will then list all available calendars.
|
||||
|
||||
Contacts
|
||||
++++++++
|
||||
|
||||
You can add a address book analogously to the above instructions, just choose
|
||||
CardDav and http://myserver:5232/Username/AddressBook.vcf in step 10 and 11.
|
||||
You can add a address book analogously to the above instructions, just choose
|
||||
CardDav and http://myserver:5232/Username/AddressBook.vcf in step 10 and 11.
|
||||
Also, if you already have a calendar set up you can add an address book to its
|
||||
"DAV groupware resource" under Configure-Kontact -> Calendar -> General ->
|
||||
Calendars -> Modify. This way you don't have to enter username and password
|
||||
"DAV groupware resource" under Configure-Kontact → Calendar → General →
|
||||
Calendars → Modify. This way you don't have to enter username and password
|
||||
twice.
|
||||
|
||||
|
||||
|
@ -461,6 +462,8 @@ default configuration file, with the main parameters:
|
|||
http_user_parameter =
|
||||
# POST parameter to use for password
|
||||
http_password_parameter =
|
||||
|
||||
|
||||
[rights]
|
||||
# Rights management method
|
||||
# Value: None | owner_only | owner_write | from_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue