OwnCloud

From dmfswiki
Revision as of 08:19, 31 October 2011 by Marten (Talk | contribs)

Jump to: navigation, search

ownCloud is an open source cloud software suite for remote access of calendar, address and file data.

Setup

The ownCloud calendar and address book URLs changed recently. Afaik the values below are true for the latest (beta) release.

CalDAV-Sync

enter manual mode

  • URL: http://<servername>/cloud/apps/calendar/caldav.php/calendars/ (use https if you want to use SSL)
  • Username: your login name
  • Password: your password

CardDAV-Sync

enter manual mode

  • URL: http://<servername>/cloud/apps/contacts/carddav.php/addressbooks/<login>/default/ (use https if you want to use SSL)
  • Username: your login name
  • Password: your password

known issues

CardDAV

During my tests I noticed, that ownCloud seems to populate the vcard file with the FN (formatted name) field only and omits the N (structured name) field. On some phones this may result in inproperly displayed names. Please report!