Untis to Calendar is a project that enables you to sync your timetable from WebUntis with any calendar application of your choice using an iCal link. Currently, this project supports anonymous login to Untis.
To run the backend and to run the frontend you must have NodeJs installed and ideally pnpm.
- Run the command
pnpm install
to install the necessary dependencies. - You need to add the environment variables for the required external services:
- Stack Auth
- Upstash Redis
- Look in
.env.example
for the required environment variables.
- Run the command
pnpm run dev
to run the application in developer mode.