Skip to content

Googleカレンダーのイベント一覧を取得してCSVファイルに書き出すスクリプトです。

Notifications You must be signed in to change notification settings

TAKAyukiatkwsk/google_calendar_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google_calendar_util

Googleカレンダーのイベント一覧を取得してCSVファイルに書き出すスクリプトです。

認証を行い.google-api.yamlを上書きしてください。

% bundle exec google-api oauth-2-login --scope=https://www.googleapis.com/auth/calendar --client-id=CLIENT_ID --client-secret=CLIENT_SECRET
% cp ~/.google-api.yaml path/to/project/

実行方法

% ruby app.rb

生成されたCSVファイルはdataディレクトリに格納されます。

About

Googleカレンダーのイベント一覧を取得してCSVファイルに書き出すスクリプトです。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages