Search code examples
ruby-on-railsrubygoogle-contacts-api

How to add contacts from ruby to Gmail?


I want to add contacts from my rails application to Gmail account. Is there any gem available to achieve this functionality.


Solution

  • Add this gem to Gemfile

    gem 'google-api-client', '0.9.3', require: ['google/apis/people_v1']