ginglis13 / shortstop

bot for SVS 2020 groupme 🤖
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Calendar: Fix formatting with time, add ability to ask for future events #14

Open ginglis13 opened 4 years ago

ginglis13 commented 4 years ago

as of right now, the calendar module pulls in events from the time of calling to midnight that night. We could probably add some functionality to ask for tomorrow's events or events this weekend.

Also, the formatting is a little hard to read w the UTC timestamp:

2020-01-24 Jack Fox's birthday
2020-01-24T14:00:00-08:00 SVB Visit with Brian Plamondon and Kale Frank - Notre Dame Silicon Valley Semester

Not sure what the best move is for this. Maybe convert the times to a more readable format and bold them or something?