From 88381fccdce7c4cfe1a75912a73e646061cd2545 Mon Sep 17 00:00:00 2001 From: tuxick Date: Mon, 13 May 2013 14:54:36 +0200 Subject: [PATCH] Correcting Lightning instructions The sample image shows a space between default and calendar, while old instructions suggested default%20calendar. In reality it's 'defaultcalendar' now. --- user_manual/pim/calendar.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst index d2c30fc17..fcb1fa37b 100644 --- a/user_manual/pim/calendar.rst +++ b/user_manual/pim/calendar.rst @@ -34,18 +34,14 @@ Mozilla Lightning users need to this URL scheme:: https://ADDRESS/remote.php/caldav/calendars/USERNAME/CALENDARNAME -.. note:: The calendar name must alway be specified in URL-encoding_. - -.. figure:: ../images/calendar_caldav.png - - Example for a simple calendar: The default calendar is always - called "defaultcalendar", and the users' name here is "test". + Example for a simple calendar: The "Default calendar" is referred to as "defaultcalendar", + and the users' name here is "test". The full URL (which on the picture can't be seen because of the short edit field) is then:: https://localhost/owncloud/remote.php/caldav/calendars/test/defaultcalendar -.. _URL-encoding: http://en.wikipedia.org/wiki/Percent-encoding +.. Note: the calendar names are lowercased and the spaces removed. They are not to be URL-encoded anymore. Creating events ---------------