0

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.

Sandeep Garg
  • 1,292
  • 1
  • 13
  • 31

2 Answers2

0

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

No direct experience with it unfortunately.

Martin
  • 7,634
  • 1
  • 20
  • 23
0

You can try carddav gem

It has built-in iCloud support

service = Carddav.service(:apple, 'email@icloud.com', 'password')
service.cards
timfjord
  • 1,759
  • 19
  • 20