Synchronization between JSON schedule and Google Calendar
git clone https://github.com/anmiles/school-schedule-sync.git
cd school-schedule-sync
npm clean-install
npm run build
copy config/schedule.sample.json config/schedule.jsonThis application may work with multiple profiles (create calendar entries in different google accounts).
- Come up with any profile name you want
- Execute
npm run create <profile>
You can create as many profiles as you want.
npm run loginto login into all existing profilesnpm run login <profile>to login into selected profile
- Make your own schedule in
./config/schedule.jsonfile npm start <profile>to create/recreate calendar entries for selected profilenpm start <profile> <calendar_name>to create/recreate calendar entries for selected profile for the specified calendar