Googleカレンダー操作API - 勉強会用サンプル

setup

  1. https://console.developers.google.com/apis/credentials?project=sampleapicalender でOAuth2.0クライアントIDを作成する
  2. プロジェクトの直下にclient_secret.jsonを設置する
  3. bundle install
  4. bundle exec ruby init_token.rb
  5. bundle exec ruby main.rb

todo

  • 削除・編集ができるようにする
  • Calendarモジュールのスコープが雑なのでうまくまとめてみる

参考情報