sot528 / garoogle

GaroonとGoogle Calendarの予定を同期します

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

garoogle

Garoon と Google Calendar を双方向に同期します。

Setup

$ git clone git@github.com:hiroppy/garoogle.git
$ cd garoogle
$ npm install --production
$ cp .env.sample .env # and edit
$ docker-compose run app migrate
$ docker-compose up -d

Google Calendar の設定はこちら

API

health

/api/health

About

GaroonとGoogle Calendarの予定を同期します


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.8%