7

I want to share with my colleagues a contact book, created with and used/managed by our application. We thought to share the contacts with our phones via CardDAV protocol.

Is there any well documented Library which implements the CardDAV protocol and help us to make those data reachable from an iPhone/Android Phonebook ?

Bhavin
  • 27,155
  • 11
  • 55
  • 94
Marco Capoferri
  • 224
  • 2
  • 12
  • Did u get any lead into this requirement. ? – Roshit Jul 25 '12 at 05:42
  • 1
    The usage of our internal software was a mandatory requirement, because if we use an external software for carddav we have to mantain and mange two address book and that's not a good solution – Marco Capoferri Jul 25 '12 at 12:31

1 Answers1

1

On the server side, you can look at Milton; for the client, you have to do even more of the heavy lifting yourself, but Bedeworks looks like it has a decent start of a generic DAV client that can be used for CardDAV access in Java. For iOS you're looking at something like http://sabre.io/dav/clients/ios/

Evert
  • 93,428
  • 18
  • 118
  • 189
Femi
  • 64,273
  • 8
  • 118
  • 148