Simple Calendar is a web-based application that displays calendar events from an ICS feed. It's built with Python and Flask, and is containerized for easy deployment using Docker.
- Displays events from an ICS feed.
- Responsive web interface.
- Docker support for easy deployment.
Before you begin, ensure you have met the following requirements:
- You have installed Docker on your system. Visit Docker's official website for installation instructions.
- You have a basic understanding of Docker and containerization.
To run Simple Calendar using Docker, follow these steps:
Pull the latest Docker image of the Simple Calendar app:
docker pull ghcr.io/citytriathlon/simple-calendar:latest-en