https://github.com/anmiles/school-schedule-sync
Synchronization between JSON schedule and Google Calendar
https://github.com/anmiles/school-schedule-sync
calendar google googleapis javascript jest nodejs school synchronization typescript
Last synced: 4 months ago
JSON representation
Synchronization between JSON schedule and Google Calendar
- Host: GitHub
- URL: https://github.com/anmiles/school-schedule-sync
- Owner: anmiles
- License: mit
- Created: 2024-09-01T19:11:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T15:00:26.000Z (5 months ago)
- Last Synced: 2026-02-02T00:24:17.591Z (5 months ago)
- Topics: calendar, google, googleapis, javascript, jest, nodejs, school, synchronization, typescript
- Language: TypeScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# school-schedule-sync
Synchronization between JSON schedule and Google Calendar
----
## Installation
```bash
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.json
```
## Adding profiles
This application may work with multiple profiles (create calendar entries in different google accounts).
1. Come up with any profile name you want
1. Execute `npm run create `
You can create as many profiles as you want.
## Authentication
- `npm run login` to login into all existing profiles
- `npm run login ` to login into selected profile
## Usage
- Make your own schedule in `./config/schedule.json` file
- `npm start ` to create/recreate calendar entries for selected profile
- `npm start ` to create/recreate calendar entries for selected profile for the specified calendar