Skip to content

nekonenene/sync-google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync Google Calendar

NOTE: This README and CLI messages are written in Japanese.

このCLIアプリケーションを使うと、Googleカレンダーのスケジュール(イベント)を他のGoogleカレンダーへコピーすることが出来ます。
個人で使っているGoogleカレンダーのスケジュールが会社のGoogleカレンダーに登録されていないために、大事な予定の時間に会議を入れられてしまった!
そのようなことを防ぐのに役立ちます。

ただし、client_secret.json の作成が必要です。
作成方法について説明すると長くなってしまうので、ここでは省略します。

Installation

Go 1.16+:

go install github.com/nekonenene/sync-google-calendar@latest

Otherwise:

go get github.com/nekonenene/sync-google-calendar@latest

Usage

Example

sync-google-calendar --credential-file client_secret.json --start-date 2021/01/01 --end-date 2021/01/14 --title-prefix "[Private] "

Parameters

You can see all parameters:

sync-google-calendar --help

Build

make build

License

MIT

About

Copy Schedule to Another Google Calendar

Resources

Stars

Watchers

Forks

Packages

No packages published