raw html (example is included in the samplehtml.html file), the application can parse through and create Course objects that have the following information: Course Title, Course Times, Course Location, and Course Instructor. We need to be able to get some input from the user, such as start/end dates and any notification preferences (X amount of minutes before, email or alert, etc). Also, the course times are in colloquial syntax, "MonWedFri" and needs to be converted to the full "Monday", "Wednesday", "Friday" for the Google Calendar API
When provided the
raw html (example is included in the samplehtml.html file), the application can parse through and create Course objects that have the following information: Course Title, Course Times, Course Location, and Course Instructor. We need to be able to get some input from the user, such as start/end dates and any notification preferences (X amount of minutes before, email or alert, etc). Also, the course times are in colloquial syntax, "MonWedFri" and needs to be converted to the full "Monday", "Wednesday", "Friday" for the Google Calendar APIhttps://developers.google.com/calendar/v3/reference/events#resource