From 262aeb758f30207f53c3da0a4e0028e3a6c6db1f Mon Sep 17 00:00:00 2001 From: strangemax Date: Fri, 13 Mar 2015 18:20:42 +0100 Subject: [PATCH] Updated documentation for evolution --- pages/user_documentation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index a9c9c9b6..8958a572 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -117,7 +117,7 @@ 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.ics/``, where you can +something like ``http://localhost:5232/user/calendar.ics/``, where you can replace ``user`` and ``calendar`` by some strings of your choice. Calendars are automatically created if needed. Please note that **the trailing slash is important**. @@ -130,7 +130,10 @@ Click on ``OK``, and your calendar should be ready for use. Contacts ++++++++ -*To be written* +Switch to the contacts page and click ``File → New → Adress book``. In the new +window choose ``WebDAV`` as ``type`` and something like +``http://localhost:5232/user/addressbook.vcf/`` as location. Remember to enter +the correct username. KOrganizer ~~~~~~~~~~