3

does anyone know of a good gem for using the Google Contacts API? Where you can sync, update, add records to a user's google contacts account? I've search and can't tell which is the winner.

Thanks

AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012

2 Answers2

1

The updated gmail contacts gem for Ruby 1.9.3 and Rails 3 can be found here:

https://github.com/febuiles/gmail-contacts/

Blake
  • 1,168
  • 1
  • 14
  • 15
0

If you just want to import contacts from gMail you could use

https://github.com/cardmagic/contacts

Arkan
  • 6,196
  • 3
  • 38
  • 54
  • Thanks but I want to do more than import. I want to stay synced, and even push records in the future. – AnApprentice Mar 10 '11 at 01:18
  • I don't have any solution for that :) – Arkan Mar 10 '11 at 01:25
  • 1
    This library is too old (2 years) I am trying to run it with ruby 1.9.3 and rails 3 and doesn't work. Do you know another library more modern? Thanks!! – McSas May 04 '12 at 19:09