Difference between revisions of "OwnCloud"
From dmfswiki
(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 ...") |
|||
Line 3: | Line 3: | ||
== Setup == | == Setup == | ||
+ | The ownCloud calendar and address book URLs changed recently. Afaik the values below are true for the latest (beta) release. | ||
=== CalDAV-Sync === | === CalDAV-Sync === |
Revision as of 08:19, 31 October 2011
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!