https://github.com/supersonichub1/rex-ical
A calendar for events at MIT's Residence EXploration.
https://github.com/supersonichub1/rex-ical
calendar flask ical mit python rex
Last synced: 2 months ago
JSON representation
A calendar for events at MIT's Residence EXploration.
- Host: GitHub
- URL: https://github.com/supersonichub1/rex-ical
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2023-08-08T03:31:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T03:31:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T15:37:50.027Z (4 months ago)
- Topics: calendar, flask, ical, mit, python, rex
- Language: Python
- Homepage: https://rex-ical.supersonichub1.repl.co
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIT REX iCalendar
A calendar for events at MIT's [**R**esidence **EX**ploration](https://dormcon.mit.edu/rex/).
I wrote this in 30 minutes. Done this same song and dance so many times I can do it with my eyes closed. Maybe I should make an
Based on:
- https://rex.mit.edu/
- https://github.com/mit-dormcon/t-rex
- https://dormcon.mit.edu/rex/events/## Deploy
```bash
poetry install
# For the lazy...
python3 main.py
# For the more upstanding
gunicorn 'rex_ical:create_app()'
```## Screenshots
Index of web server:
Generated calendar imported into Google Calendar:
