CalDAV, CardDAV and WebDAV in short
From WickyWiki
All DAV protocols are based on HTTP and thus can be used via the Internet.
WebDAV
- exchange of files
- protocol: http://en.wikipedia.org/wiki/WebDAV
CalDAV
- exchange of calendar items
- extension of WebDAV
- protocol: http://en.wikipedia.org/wiki/CalDAV
- format: ICalendar: http://en.wikipedia.org/wiki/ICalendar
- SOGo https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Calendar/personal
CardDAV
- exchange of contact cards
- based on WebDAV
- protocol: http://en.wikipedia.org/wiki/CardDAV
- format: VCard: http://en.wikipedia.org/wiki/VCard
- SOGo: https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Contacts/personal
See also
- Test network services with curl