Python: Google Calendar のイベント情報を読み取るスクリプト ライブラリのインストール google-api-python-client を利用する。 google-api-python-client - Google APIs Client Library for Python - Google Project Hosting $ sudo pip install google-api-python-client 認証用のファイルを準備 まずは Google APIs Console で Calendar API を有効にする。 Google APIs Console そして、Google のチュートリアルに従ってみる。 Installation - Google APIs Client Library for Python — Google Developers