CardDAV
CardDAV is an Internet standard that provides access to contact data stored on a remote server. It extends the WebDAV protocol by defining how address books and vCards are stored, retrieved, and manipulated over HTTP. The specification is RFC 6352, published by the IETF in 2011, and it relies on the WebDAV framework to expose address book resources and support common HTTP methods such as GET, PUT, DELETE, and PROPFIND, as well as WebDAV-specific REPORT requests for querying.
Data model and format: CardDAV uses the vCard data format (RFC 6350), with vCard entries representing individual
Operations and features: Typical CardDAV operations include listing address books, fetching specific vCards, and performing batch-style
Adoption and implementations: CardDAV is widely supported by major platforms and server implementations. Client applications on