Skip to content

gobinko/garoon-google

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To synchronize the Garoon schedule to Google Calendar.

Requirements

  • Java 1.8

Usage

1.Build

$ ./gradlew clean build copy

2.Setting

$ cp ./src/main/resources/GGsync.properties .

and rewrite GGsync.properties.

See also https://cybozudev.zendesk.com/hc/ja/articles/204426680

3.Synchronize

$ java -jar GGsync.jar .

with secure access

$ java -Djavax.net.ssl.keyStore=xxxx.pfx -Djavax.net.ssl.keyStorePassword=xxxx -Djavax.net.ssl.keyStoreType=PKCS12 -jar GGsync.jar .

with proxy

$ java -Dhttp.proxyHost=ホスト名 -Dhttp.proxyPort=ポート番号 -Dhttps.proxyHost=ホスト名 -Dhttps.proxyPort=ポート番号 -jar GGsync.jar .

License

MIT

Copyright

Copyright(c) 2015 Cybozu, Inc.

About

To synchronize the Garoon schedule to Google Calendar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%