任何人都有一个良好的开端(或课程)来从ROR
访问Google日历并操纵它。我设法通过'omniauth-google-oauth2'
gem登录但是使用'google-api-client'
无法成功,还是有其他办法?我是Ruby
和ROR
的新手。
答案 0 :(得分:0)
不能与G. calendara合作,但也许可以尝试这个宝石https://github.com/northworld/google_calendar
所以打开Gemfile
# Gemfile
# ...
gem 'google_calendar'
# ...
然后运行
bundle install
应安装gem,然后按照自述文件中的说明进行操作
答案 1 :(得分:0)
1.gem'google-api-client',要求:'google / apis / calendar_v3'
2.gem'omniauth-google-oauth2'
https://readysteadycode.com/howto-integrate-google-calendar-with-rails