如何将 ruby 中的联系人添加到 Gmail?

How to add contacts from ruby to Gmail?

我想将我的 rails 应用程序中的联系人添加到 Gmail 帐户。是否有任何 gem 可用于实现此功能。

将此 gem 添加到 Gemfile

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