Writing mainly about WEB Development. WEB開発とその周辺のメモを書いていきます。 RSS Blog Archives 参考 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 Consoleでアプリケーションを登録します。詳しくはここに書