outlook-timetable-extractor/ ├── .venv/ # Virtual environment ├── output/ # Saved timetable images land here ├── auth.py # OAuth2 authentication and token management ├── mail.py # Graph API queries — ...