iOS - Synchronize iPhone/iPad

Synchronizing the Calendar

  1. Open the settings application.
  2. Select Mail, Contacts, Calendars.
  3. Select Add Account.
  4. Select Other as account type.
  5. Select Add CalDAV account.
  6. For server, type ADDRESS/remote.php/caldav/principals/username (Important: Don’t include http:// or https://)
  7. Enter your username and password.
  8. Select Next.
  9. If your server does not support SSL, a warning will be displayed. Select Continue.
  10. 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.
    • Make sure Use SSL is set to OFF.
    • Change port to 80.
    • Go back to account information and hit Save.

Your calendar should now be visible in the Calendar application (may take a few moments).

Address book

  1. Open the settings application.
  2. Select Mail, Contacts, Calendars.
  3. Select Add Account.
  4. Select Other as account type.
  5. Select Add CardDAV account.
  6. For server, type ADDRESS/remote.php/carddav/principals/username (Important: Don’t include http:// or https://)
  7. Enter your username and password.
  8. Select Next.
  9. If your server does not support SSL, a warning will be displayed. Select Continue.
  10. 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.
    • Make sure Use SSL is set to OFF.
    • 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 (may take a few moments).

Troubleshooting

  1. Check that you didn’t include http:// or https:// in the server address.
  2. 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
  3. 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.
  4. Problems have been reported for CardDAV and iOS 4.X. A possible solution is at the forum.