AppSuite:CardDAVClients

Revision as of 14:48, 21 November 2012 by Khgras (talk | contribs) (Created page with "= Open-Xchange Contacts synchronization with CardDAV = This site describes how the Open-Xchange server can be accessed via its CardDAV interface after the server has been con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Open-Xchange Contacts synchronization with CardDAV

This site describes how the Open-Xchange server can be accessed via its CardDAV interface after the server has been configured as described in Caldav_carddav_Bundles. Depending on the used client software, different steps are necessary. Other clients may be configured similarly, but are not officially supported.

Mac OS X Address Book / Contacts

Depending on the used Mac OS X version, slightly different steps are necessary.

Mac OS X Address Book (for version 10.6 Snow Leopard)

Carddav-account2.png
  • Click the "+" sign in Address Book -> Preferences -> Accounts.
  • In the "Account type" field keep "CardDAV" selected
  • In the "User name" field enter your username replacing "@" with "*" (e.g. enter "peter.fraser*CONTEXTNAME" if you normally log in to OX with the username "peter.fraser@CONTEXTNAME".)
  • In the "Password" field enter your password
  • In the "Server address" field enter your server address with the prefix "dav." and ":443" or ":80" as suffix (e.g. "dav.MYSERVER.TLD:443").
    Use 443 if you normally type https in your browser to reach your installation, 80 otherwise.
  • Click "Create"

Mac OS X Address Book (for version 10.7 Lion) / Mac OS X Contacts (for version 10.8 Mountain Lion)

Carddav-account5.png
  • Click the "+" sign in Address Book -> Preferences -> Accounts.
  • In the "Account type" field keep "CardDAV" selected
  • In the "User name" field enter your username
  • In the "Password" field enter your password
  • In the "Server address" field enter your server address with the prefix "dav." (e.g. "dav.MYSERVER.TLD").
  • Click "Create"

PLEASE NOTE: For our product Open-Xchange Server Edition for UCS it isn't necessary to use "dav".

Debug Options

You can enable a Debug Menu inside the Address Book application which gives you access to advanced debugging and logging options. Please notice that some of these options may increase the size of the log files of your system and/or could also log sensitive data like passwords if enabled. Keep also in mind that any setting changed here will remain active until the setting itself will be reverted or changed again which means that disabling the Debug Menu itself is not sufficient to reset any debug settings to their defaults. All settings are case sensitive.

Open a terminal window (Applications > Utilities > Terminal) and issue the following command for

  • enabling the Debug Menu in the AddressBook:
defaults write com.apple.AddressBook ABShowDebugMenu -bool true
  • disabling the Debug Menu in the AddressBook:
defaults write com.apple.AddressBook ABShowDebugMenu -bool false

PLEASE NOTE:: The debug menu is not available in Mac OS X 10.8.


iOS Contacts

The iOS Contacts application on the iPhone, iPod or iPad can be configured as follows.

Ios carddav config.png
  • Open "Settings"
  • Select "Mail, Contacts, Calendars" -> "Add Account..." -> "Other" -> "Add CardDAV Account"
  • Enter the server address, username as password as shown in the screenshot
  • Click "Next"

PLEASE NOTE: For our product Open-Xchange Server Edition for UCS it isn't necessary to use "dav".


General Limitations

Please consider the following known limitations for the CardDAV interface:

Unsupported Properties

  • Importing or exporting file attachments (property "ATTACH") is not supported via the CardDAV interface.