How to implement CardDAV in Ruby on rails

848 Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER

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

No direct experience with it unfortunately.

0
On

You can try carddav gem

It has built-in iCloud support

service = Carddav.service(:apple, '[email protected]', 'password')
service.cards