-3

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

abhsss96
  • 353
  • 2
  • 11
  • Please elaborate. – Jagdeep Singh Jan 30 '17 at 12:00
  • I use [mail_form](https://github.com/plataformatec/mail_form) as my contact form in my app. –  Jan 30 '17 at 12:29
  • I have a prebuild application that contains a lot of contacts. Now there is a requirement to import contacts to gmail so that all the contacts can be accessed by an organisation. – abhsss96 Jan 30 '17 at 13:22
  • Please read "[ask]" and the linked pages. Your question is off-topic because you're asking us for recommendations for software. Instead you should research, then try things, then start writing code, and _then_ ask a question when you run into a problem with your code. Or, ask on [softwarerecs.se], where it'd be more on-topic. – the Tin Man Jan 30 '17 at 19:06

1 Answers1

-1

Add this gem to Gemfile

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