ez-vcard icon indicating copy to clipboard operation
ez-vcard copied to clipboard

CardDAV add-on

Open GoogleCodeExporter opened this issue 9 years ago • 3 comments

Consider a CardDAV add-on.

Consider to use/ integrate with an existing Open Source CardDAV protocol 
library instead of writing it from scratch.

This would allow to support all the specifications supported by ez-vcard also 
with the CardDAV protocol.

It would also allow to share code when working with vCards _and_ CardDAV 
instead of having 2 libraries working with vCards (CardDAV uses vCard for 
contact data: http://en.wikipedia.org/wiki/CardDAV).

Original issue reported on code.google.com by puce1977 on 13 Feb 2015 at 11:21

GoogleCodeExporter avatar Mar 21 '15 12:03 GoogleCodeExporter

Thanks for the suggestion.  I'll look into it.

Original comment by mike.angstadt on 16 Feb 2015 at 2:59

GoogleCodeExporter avatar Mar 21 '15 12:03 GoogleCodeExporter

I'd just want to add that CardDAV is quite a complex topic. To support CardDAV, you MUST fully support WebDAV and a whole bunch of other RFCs (WebDAV ACL, etc.). In my opinion, this should not be part of a VCard library (but can of course be an extra library).

Maybe our WebDAV/CalDAV/CardDAV library https://gitlab.com/bitfireAT/dav4android/ could also be of use for you.

rfc2822 avatar Oct 20 '15 21:10 rfc2822

That's why I suggested to "Consider to use/ integrate with an existing Open Source CardDAV protocol library instead of writing it from scratch."

puce77 avatar Oct 21 '15 13:10 puce77