指定した期間のGoogleカレンダーのイベントを取得し、エクセルファイルに出力するPythonスクリプト(今後途中で内容変更あり)
- google-api-python-client
- google-auth-httplib2
- google-auth-oauthlib
- openpyxl
- configparser
git clone https://github.com/test-okome/Time_output_from_GCal.git
cd Time_output_from_GCal
docker-compose up -d --build
docker-compose exec python3 sh
vi /opt/config.ini
[DEFAULT]
calendar_id = xxxxxxxxxxxxxxxx@group.calendar.google.com
GCPの新しいプロジェクトを作成し、OAuth 2.0 クライアント ID作成。認証キー(json)をダウンロード
/opt/client_secrets.json
python get_gcal_info.py --noauth_local_webserver
- プロジェクト名 production_team
- 作成者 @tomo1833, @test-okome
"production_team" is under MIT license.