Search code examples
ruby-on-railsrubyicloudcarddav

How to implement CardDAV in Ruby on rails


I want to import contacts from from iCloud and I know it can be done through CardDAV protocol which used by iCloud at server side. But how I can fetch contacts from iCloud using CardDAV, is there any gem to perform such operation or code.

Any help and suggestion really encouraging.


Solution

  • Look at dav4rack_ext. It seems to do what you are looking for.

    No direct experience with it unfortunately.