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
|
Next window asks you to provide information about remote calendar
|
||||||
access. Protocol used by Radicale is ``CalDAV``. A standard location for a
|
access. Protocol used by Radicale is ``CalDAV``. A standard location for a
|
||||||
basic use of a Radicale calendar is ``http://localhost:5232/user/calendar/``,
|
basic use of a Radicale calendar is
|
||||||
where you can replace ``user`` and ``calendar.ics`` by some strings of your
|
``http://localhost:5232/user/calendar.ics/``, where you can replace ``user``
|
||||||
choice. Calendars are automatically created if needed.
|
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
|
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.
|
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".
|
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.
|
But to ensure it works for everyone this examples uses the menu-bar.
|
||||||
|
|
||||||
1. Click ``Settings -> Configure KOrganizer``.
|
1. Click ``Settings → Configure KOrganizer``.
|
||||||
2. Click on ``General -> Calendars``.
|
2. Click on ``General → Calendars``.
|
||||||
3. Click on ``Add``.
|
3. Click on ``Add``.
|
||||||
4. Choose ``DAV groupware resource`` (and click ``OK``).
|
4. Choose ``DAV groupware resource`` (and click ``OK``).
|
||||||
5. Enter your username/passord (and click on ``Next``).
|
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.)
|
17. Restart Korganizer for the calendar to appear in the "Calendar Manager" sidebar :(. (At least with version 4.8.3.)
|
||||||
|
|
||||||
.. note::
|
.. 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.
|
This will then list all available calendars.
|
||||||
|
|
||||||
Contacts
|
Contacts
|
||||||
++++++++
|
++++++++
|
||||||
|
|
||||||
You can add a address book analogously to the above instructions, just choose
|
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.
|
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
|
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 ->
|
"DAV groupware resource" under Configure-Kontact → Calendar → General →
|
||||||
Calendars -> Modify. This way you don't have to enter username and password
|
Calendars → Modify. This way you don't have to enter username and password
|
||||||
twice.
|
twice.
|
||||||
|
|
||||||
|
|
||||||
|
@ -461,6 +462,8 @@ default configuration file, with the main parameters:
|
||||||
http_user_parameter =
|
http_user_parameter =
|
||||||
# POST parameter to use for password
|
# POST parameter to use for password
|
||||||
http_password_parameter =
|
http_password_parameter =
|
||||||
|
|
||||||
|
|
||||||
[rights]
|
[rights]
|
||||||
# Rights management method
|
# Rights management method
|
||||||
# Value: None | owner_only | owner_write | from_file
|
# Value: None | owner_only | owner_write | from_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue