Rails - import GMAIL contacts, and then synchronize with GMAIL, update the insert

Does anyone know a good stone to use the Google Contacts API? Where can you synchronize, update, add entries to the google user account of the user? I seek and cannot determine who the winner is.

thank

+3
source share
2 answers

If you want to import contacts from gMail, you can use

https://github.com/cardmagic/contacts

0
source

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

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

+1
source

All Articles