You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
Original issue reported on code.google.com by
puce1977
on 13 Feb 2015 at 11:21The text was updated successfully, but these errors were encountered: