14 Commits

Author SHA1 Message Date
Ian Adam Naval
a5f616436c Fix timezone issue
vobject does not understand Pendulum's custom API for getting the
timezone name. Rather than try to be fancy with timezone-aware schedule
objects, just use UTC and let the calendar software figure out how to
present it in the user's timezone.
2019-04-01 20:46:27 -04:00
Ian Naval
178ffab9a6 Separate base URL to a code change 2019-01-25 18:51:53 -05:00
Ian Adam Naval
851b57a7e7 Update README 2019-01-22 00:16:14 -05:00
Ian Adam Naval
3aea6dd8e7 Add a Docker environment 2019-01-21 23:52:26 -05:00
Ian Adam Naval
9e43cee86c Add a health check endpoint 2019-01-21 23:52:16 -05:00
Ian Adam Naval
43d7bd0605 Add logging config 2019-01-21 23:52:06 -05:00
Ian Adam Naval
42a4de06c1 Add uwsgi 2019-01-21 23:51:38 -05:00
Ian Adam Naval
22848152ae Remove export from env file 2019-01-21 23:51:19 -05:00
Ian Adam Naval
ee9c9ba3e3 Add Flask 2019-01-21 22:15:14 -05:00
Ian Adam Naval
82b734d1a8 Add basic event summary and description
Summary is the title of the event in your calendar, so we want it to be
a little less verbose.
2019-01-21 22:13:59 -05:00
Ian Adam Naval
9f45f06092 Add more packaging boilerplate 2019-01-21 22:12:15 -05:00
Ian Adam Naval
bbba4c5b93 Add iCalendar generation support 2019-01-21 21:46:10 -05:00
Ian Adam Naval
a4b65df21a Add basic scraping 2019-01-21 21:24:07 -05:00
Ian Adam Naval
44738acbea Initial commit 2019-01-20 18:27:48 -05:00