From e27cd16b24a2ef4fbdd3ce65724bc7814eb721db Mon Sep 17 00:00:00 2001 From: Raphael Fetzer Date: Mon, 11 Mar 2013 10:58:24 +0100 Subject: [PATCH] merged back update on ios #65 --- user_manual/pim/sync_ios.rst | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/user_manual/pim/sync_ios.rst b/user_manual/pim/sync_ios.rst index 170cddb49..592643f5d 100644 --- a/user_manual/pim/sync_ios.rst +++ b/user_manual/pim/sync_ios.rst @@ -1,8 +1,8 @@ iOS - Synchronize iPhone/iPad ============================= -Calendar --------- +Synchronizing the Calendar +~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Open the settings application. #. Select Mail, Contacts, Calendars. @@ -10,12 +10,14 @@ Calendar #. Select Other as account type. #. Select Add CalDAV account. #. For server, type ``ADDRESS/remote.php/caldav/principals/username`` -#. Enter your user name and password. + (Important: Don't include http:// or https://) +#. Enter your username and password. #. Select Next. #. If your server does not support SSL, a warning will be displayed. Select Continue. -#. If the iPhone is unable to verify the account information perform the - following: +#. If the iPhone is unable to verify the account information, read + the Troubleshooting paragraph on this page. If that doesn't help, + try to turn off SSL (not recommended): - Select OK. - Select advanced settings. @@ -23,7 +25,7 @@ Calendar - Change port to 80. - Go back to account information and hit Save. -Your calendar should now be visible in the Calendar application +Your calendar should now be visible in the Calendar application (may take a few moments). Address book @@ -35,12 +37,14 @@ Address book #. Select Other as account type. #. Select Add CardDAV account. #. For server, type ``ADDRESS/remote.php/carddav/principals/username`` -#. Enter your user name and password. + (Important: Don't include http:// or https://) +#. Enter your username and password. #. Select Next. #. If your server does not support SSL, a warning will be displayed. Select Continue. -#. If the iPhone is unable to verify the account information perform the - following: +#. If the iPhone is unable to verify the account information, read + the Troubleshooting paragraph on this page. If that doesn't help, + try to turn off SSL (not recommended): - Select OK. - Select advanced settings. @@ -48,6 +52,14 @@ Address book - Change port to 80. - Go back to account information and hit Save. -Now should now find your contacts in the address book of your -iPhone.Problems have been reported for iOS 4.X. A possible solution is -at the `forum `_. \ No newline at end of file +Now should now find your contacts in the address book of your iPhone (may take a few moments). + +Troubleshooting +~~~~~~~~~~~~~~~ + +#. Check that you didn't include http:// or https:// in the server address. +#. Depending on your server setup the username-part of the server-address may be case sensitive. So for user ``Username`` the server-address may need to be ``ADDRESS/remote.php/caldav/principals/Username`` instead of ``ADDRESS/remote.php/caldav/principals/username`` +#. If you need to change the server-address and want to use SSL you'll have to cancel the setup process and enter your data again from the very beginning, as iOS would prepend https:// to the server-address automatically. +#. Problems have been reported for CardDAV and iOS 4.X. A possible solution is at the `forum`. + +.. _forum: http://forum.owncloud.org/viewtopic.php?f=3&t=71&p=2211#p2197