Search code examples
ruby-on-railsrubyruby-on-rails-4google-groups

Google groups + Ruby on Rails application


I am in the process of writing a RoR (Ruby on Rails) app for my Google group. The ideal situation is to be able to access the pre-existing group data (group members, calendar etc) available on Google - I would like to be able to manage (CRUD) the Google group through the RoR application. Is this feasible? What other options do I have?

Thanks.


Solution

  • check out https://developers.google.com/admin-sdk/ it provides an api to manage users, groups, and devices