OwnCloud

From dmfswiki
Revision as of 21:24, 28 October 2011 by Marten (Talk | contribs) (Created page with "[http://owncloud.org/ ownCloud] is an open source cloud software suite for remote access of calendar, address and file data. == Setup == === CalDAV-Sync === enter manual mode ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Setup

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!