From e324cbcfae1e68b49acdab005d1241d3c9617793 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 24 Jun 2010 01:54:25 +0200 Subject: [PATCH] Add trailing slashes in calendar URLs. --- user_documentation.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/user_documentation.rst b/user_documentation.rst index 9a438772..c3c82e45 100644 --- a/user_documentation.rst +++ b/user_documentation.rst @@ -68,7 +68,7 @@ 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 +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. @@ -88,9 +88,12 @@ icon at the bottom of the side pane. Then add a new calendar by choosing in the menu ``File``, ``New``, ``Calendar``. A new window opens. The calendar ``type`` is ``CalDAV``, and the location is -something like ``caldav://localhost:5232/user/calendar``. You can fill other -attributes like the color and the name, these are only used for Evolution and -are not uploaded. +something like ``caldav://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 fill other attributes like the color and the name, these are only used +for Evolution and are not uploaded. Click on ``OK``, and your calendar should be ready for use.