- Added support for fetching and parsing external ICS calendars, allowing events to be displayed on the duty grid. - Introduced a new API endpoint `/api/calendar-events` to retrieve calendar events within a specified date range. - Updated configuration to include `EXTERNAL_CALENDAR_ICS_URL` for specifying the ICS calendar URL. - Enhanced the web application to visually indicate days with events and provide event summaries on hover. - Improved documentation in the README to include details about the new calendar integration and configuration options. - Updated tests to cover the new calendar functionality and ensure proper integration.
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
python-telegram-bot[job-queue]>=22.0,<23.0
|
|
python-dotenv>=1.0,<2.0
|
|
fastapi>=0.115,<1.0
|
|
uvicorn[standard]>=0.32,<1.0
|
|
sqlalchemy>=2.0,<3.0
|
|
alembic>=1.14,<2.0
|
|
pydantic>=2.0,<3.0
|
|
icalendar>=5.0,<6.0
|