Go to file
Jon Michael Aanes 60fcd8bee1 README 2023-09-17 22:42:08 +02:00
static Improved templating 2023-09-17 18:06:20 +02:00
templates Download from google 2023-09-17 22:35:27 +02:00
.gitignore Download from google 2023-09-17 22:35:27 +02:00
README.md README 2023-09-17 22:42:08 +02:00
google_calendar.py Download from google 2023-09-17 22:35:27 +02:00
main.py Download from google 2023-09-17 22:35:27 +02:00

README.md

Kobo Calendar Server

Small calendar web-server pulling from ICAL files, and presenting events in a lightweight html frontend.

The motivation was to create a lightweight wall calendar to use with an old Kobo Aura e-reader, to take advantage of the it's e-ink screen.

Example usage

  1. Edit config.py to include links to your ICAL files. (Google Calendar hidden ICAL links works great here.)
  2. Launch server using something like: python main.py --port 8082 --hostname 192.168.87.197
  3. Navigate to 192.168.87.197:8082.
  4. Enjoy