mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Update documentation about default calendar.
This commit is contained in:
parent
4d0295f35b
commit
22abed7f01
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
:Author: Guillaume Ayoub
|
:Author: Guillaume Ayoub
|
||||||
|
|
||||||
:Date: 2010-01-22
|
:Date: 2010-02-11
|
||||||
|
|
||||||
:Abstract: This document is a short description for installing and using the
|
:Abstract: This document is a short description for installing and using the
|
||||||
Radicale Calendar Server.
|
Radicale Calendar Server.
|
||||||
|
@ -68,8 +68,10 @@ otherwise Sunbird will use its own file system storage instead of Radicale's
|
||||||
one and your calendar won't be remotely accessible.
|
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``. Standard location for a basic
|
access. Protocol used by Radicale is ``CalDAV``. A standard location for a basic
|
||||||
use of a Radicale calendar is ``http://localhost:5232/radicale/calendar``.
|
use of a Radicale calendar is ``http://localhost:5232/user/calendar``, where
|
||||||
|
you can replace ``user`` and ``calendar`` 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 Sunbird to identify calendars among others.
|
is only used by Sunbird to identify calendars among others.
|
||||||
|
@ -143,10 +145,8 @@ main parameters::
|
||||||
# Storage method
|
# Storage method
|
||||||
# Value: plain
|
# Value: plain
|
||||||
type = plain
|
type = plain
|
||||||
# Folder for storing local calendars
|
# Folder for storing local calendars, created in not present
|
||||||
folder = ~/.config/radicale
|
folder = ~/.config/radicale/calendars
|
||||||
# Default calendar path, automatically created if not present
|
|
||||||
calendar = radicale/calendar
|
|
||||||
|
|
||||||
This configuration file is read each time the server is launched. If some
|
This configuration file is read each time the server is launched. If some
|
||||||
values are not given, the default ones are used. If no configuration file is
|
values are not given, the default ones are used. If no configuration file is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue