Originally the information came in an array for strings of the titles, starting time, duration of the events in the calendar. Utilizing Google's API i was able to extract a list of events from the calendar. The information fomr the events is then cast to new objects so that the can be manipulated locally as well as make it simpler to process the available times to schedule new events.
@twood02
A majority of my work has been done in the MainActivity.java located at https://github.com/gw-cs-sd/sd-2017-assignment-scheduler/tree/master/app/src/main/java/com/example/calendarquickstart
Originally the information came in an array for strings of the titles, starting time, duration of the events in the calendar. Utilizing Google's API i was able to extract a list of events from the calendar. The information fomr the events is then cast to new objects so that the can be manipulated locally as well as make it simpler to process the available times to schedule new events.