CalDAV, CardDAV and WebDAV in short: Difference between revisions
From WickyWiki
Created page with "Category:Network Category:201309 All DAV protocols are based on HTTP and thus can be used via the Internet. WebDAV * exchange of files * protocol: http://en.wikipedi..." |
mNo edit summary |
||
| Line 13: | Line 13: | ||
* protocol: http://en.wikipedia.org/wiki/CalDAV | * protocol: http://en.wikipedia.org/wiki/CalDAV | ||
* format: ICalendar: http://en.wikipedia.org/wiki/ICalendar | * format: ICalendar: http://en.wikipedia.org/wiki/ICalendar | ||
* [[SOGo]] https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Calendar | * [[SOGo]] https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Calendar/personal | ||
CardDAV | CardDAV | ||
| Line 20: | Line 20: | ||
* protocol: http://en.wikipedia.org/wiki/CardDAV | * protocol: http://en.wikipedia.org/wiki/CardDAV | ||
* format: VCard: http://en.wikipedia.org/wiki/VCard | * format: VCard: http://en.wikipedia.org/wiki/VCard | ||
* [[SOGo]]: https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Contacts | * [[SOGo]]: https://wilbertvolkers.dyndns.org/SOGo/dav/wilbert/Contacts/personal | ||
See also | See also | ||
* [[Test network services]] with curl | * [[Test network services]] with curl | ||
Latest revision as of 15:18, 15 September 2013
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