All Projects → cybozu → garoon-google

cybozu / garoon-google

Licence: MIT license
To synchronize the Garoon schedule to Google Calendar.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to garoon-google

garoogle
GaroonとGoogle Calendarの予定を同期します
Stars: ✭ 25 (-10.71%)
Mutual labels:  google-calendar, garoon
SigTools
📆 Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (+25%)
Mutual labels:  google-calendar
Add Event To Calendar Docs
📅 Docs how to generate links to add events to online calendar services
Stars: ✭ 193 (+589.29%)
Mutual labels:  google-calendar
google-calendar-telegram-bot
This bot can interact with Google Calendar API, allowing you to easily add/manage events
Stars: ✭ 34 (+21.43%)
Mutual labels:  google-calendar
Notion-GCal-Sync
A Python script to automate the syncing of tasks between Google Calendar and the all-in-one productivity workspace, Notion. It utilizes API and is customizable for your own needs. Free to use.
Stars: ✭ 120 (+328.57%)
Mutual labels:  google-calendar
niles
Niles - a Discord bot for interfacing with Google Calendar
Stars: ✭ 52 (+85.71%)
Mutual labels:  google-calendar
Eventcal
Filter to only include attending and maybe facebook events in ical and google calendar
Stars: ✭ 187 (+567.86%)
Mutual labels:  google-calendar
ical2gcal
sync ics(es) to google calendar
Stars: ✭ 13 (-53.57%)
Mutual labels:  google-calendar
google-backup
Drive/Gmail/Calendar backups
Stars: ✭ 31 (+10.71%)
Mutual labels:  google-calendar
google-calendar-userstyles
🗓 One Dark theme for Google Calendar
Stars: ✭ 19 (-32.14%)
Mutual labels:  google-calendar
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (+28.57%)
Mutual labels:  google-calendar
magister-calendar
📅 Automatically plan your Magister appointments in your Google calendar.
Stars: ✭ 12 (-57.14%)
Mutual labels:  google-calendar
alfredToday
Today menu Plugin for Alfred (generalized for public consumption)
Stars: ✭ 39 (+39.29%)
Mutual labels:  google-calendar
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+9035.71%)
Mutual labels:  google-calendar
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (+135.71%)
Mutual labels:  google-calendar
Eink Calendar
Smart calendar with EInk display and Raspberry Pi
Stars: ✭ 191 (+582.14%)
Mutual labels:  google-calendar
google holiday calendar
Get holidays via Google Calendar.
Stars: ✭ 21 (-25%)
Mutual labels:  google-calendar
rooms
A simple Display for Meeting Rooms
Stars: ✭ 93 (+232.14%)
Mutual labels:  google-calendar
TimeTableManager
Simple react application to create a TimeTable based only on your choice of subjects.
Stars: ✭ 30 (+7.14%)
Mutual labels:  google-calendar
datebook
📅 Generates URLs and downloadable ICS files for adding events to popular calendar apps.
Stars: ✭ 273 (+875%)
Mutual labels:  google-calendar

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://developer.cybozu.io/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].