Google Calendar API – Google Apps Platform — Google Developers 特定のカレンダーのイベント一覧を取得して、CSVに出力するスクリプトを書いてみました。Githubはこちら→TAKAyukiatkwsk/google_calendar_util 環境の構築 % cd path/to/project % vi Gemfile source :rubygems gem "google-api-client" % bundle install --path vendor/bundle 次にGoogle APIs...