Skip to content

shinking02/yahoo2google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahoo2google-calendar

Yahooカレンダーのエクスポート機能が終了したため作成しました。 参考
このツールを使用することでYahooカレンダーの予定をGoogleカレンダーに移行することができます。

動作画面

スクリーンショット 2023-10-10 16 17 01

起動方法

.envの用意

.env.exampleを参考に、.envファイルを作成してください。
実行にはOAuth同意画面とGoogleカレンダーAPIが有効になっているGCPのプロジェクトが必要です。

PORT=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK_URL=

起動

npm install
npm run build
npm start

Chromeが自動で起動するようになっていますが、起動しない場合はコンソールに出力されるURLにアクセスしてください。

About

Scraping Yahoo Calendar and migrating to Google Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors