Lightweight client side web app to display customizable ics subscriptions on a kiosk monitor.
- Subscribe to multiple
*.ics
feeds - Shows events summarized in calendar view
- Shows event details in list view on the side
- Share configuration via link
- Kiosk ready, show on screens without input devices
- Host it yourself, you just need to serve the staticfiles
- No serverside application required, requests directly made to the ICS feeds
You have to handle CORS policy issues yourself. Either host your own CORS proxy or try to set the proper headers on the ICS source (if possible). I'm using this project so show ICS feeds coming from a hosted nextcloud instance, where it is possible to install apps like WebAppPassword to add allowed hosts.
You can either visit and use the hosted variant of this web app via ics-kiosk.fechner.dev, or host it yourself via Docker:
docker run -d --restart=always -p 8080:80 --name ics-kiosk fechnert/ics-kiosk:latest
The app exposes port 80 within the container, map it as you like on your machine. If you want to have SSL enabled, put it behind a reverse proxy with a proper setup.
- Improve styles of calendar view
- Improve styles of list view
- Support multiple calendars
- Reload calendar data regularily
- Make calendars configurable (color, url)
- Make configured calendars shareable via simple URL
- Update Calendar view on day change
- Show times in list view
- Highlight current events in list view
- Persist current calendar configuration to browser
- Configurable reload interval per calendar
- Better i18n support
- Show events of the current week before the current day again
- Show events accross multiple days in calendar view
- Find a nicer color for the current day highlight