Wir führen am 26. Juli 2025 ab ca. 9 Uhr einen großen Netzwerkumbau im Rechenzentrum durch. Unsere Dienste werden bis etwa 13:30 nicht oder nur eingeschränkt verfügbar sein.
Plan2Go is an open source calender software made for the YH4F 2023. It is fully customizable and with many features. The front-end has been done with HTML and CSS, and the calender and customizations are made using JavaScript. Even though this is an really basic project I wanted to make this to improve my own coding skills.
Plan2Go is an open source calender software made for the YH4F 2023. It is fully customizable and with many features. The front-end has been done with HTML and CSS, and the calender and customizations are made using JavaScript. Even though this is an really basic project I wanted to make this to improve my own coding skills.
# How2Open
Opening our calendar is easy since it is written in 'website' language.
You have got multiple options:
- Open the gitlab pages website (recommended): https://thedutchprogrammers.edugit.io/plan2go/
- Host the website yourself: just clone this repo: `git clone https://edugit.org/thedutchprogrammers/plan2go.git` and then make the webserver use a folder `/plan2go/` which points to the `public` folder in the files. (Or if you are smart, you can actually edit the `public/manifest.json` and then host it under a different folder, but you still have to point to the `public/` folder and not to the cloned folder)
- Or you can try our Desktop App builds that are made possible using Tauri. You can find the releases on the Github repo's releases page: https://github.com/TheDutchProgrammers/Plan2Go/releases/
# How2Use
# How2Use
Using our calander is really easy. You add an event to your personal calander and you can see it appear on there. You can also export the calender to your favorite mobile calander.
Using our calender is really easy. You add an event to your personal calender and you can see it appear on there. You can also export the calender to your favorite mobile calender.
When hosting the `public/` folder as a website and you don't place it under the `/plan2go/` folder in your webserver, make sure to edit the `public/manifest.json` file to match up with YOUR webserver folder location. (This is needed for the PWA)
# Credits
# Credits
Plan2Go is made by Speedy (Michiel) With assistance of Miniontoby.
Plan2Go is made by Speedy (Michiel) With assistance of Miniontoby.