https://github.com/lurgrid/edt
Private timetable, which uses an API that produces one-week .cal files
https://github.com/lurgrid/edt
Last synced: over 1 year ago
JSON representation
Private timetable, which uses an API that produces one-week .cal files
- Host: GitHub
- URL: https://github.com/lurgrid/edt
- Owner: Lurgrid
- License: gpl-3.0
- Created: 2023-09-03T11:55:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T11:50:18.000Z (almost 3 years ago)
- Last Synced: 2023-09-16T21:37:07.041Z (almost 3 years ago)
- Language: PHP
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EDT
Private timetable, which uses an API that produces one-week .cal files
## Deployment
To deploy this project edit
```bash
nano ./utils/getEDT.php
```
Once open, replace "[url]" with the url of your API, which returns .cal files lasting one week.
And now you can save and go to your site.
## Demo
On Desktop:

On Mobile :

## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html/)
## Authors
- [@Lurgrid](https://www.github.com/Lurgrid)