ieee-utd / project-bot

IEEE UTD's Discord chat bot
1 stars 0 forks source link

Tutor schedule command #3

Open crsz20 opened 4 years ago

crsz20 commented 4 years ago

Use calendar APIs to identify and output the expected tutor schedules

Current tutor calendar is on Outlook Outlook API reference: https://docs.microsoft.com/en-us/graph/api/resources/calendar?view=graph-rest-1.0 Not sure how this would work with UTD org restrictions

jerivl commented 3 years ago

Potential solution: Clients make calls to !schedule with output :

[02/04/2020], [Wednesday], Today's tutoring schedule: [Tutor 1]: [EE 3302, EE3301], [2:00pm - 3:00pm] [Tutor 2]: [EE 3320, EE3301], [4:00pm - 6:00pm] ... etc.

Have y'all looked into getting the bot to scrape the calendar information? This might also help with issue #1