Courses in Google Classroom now have Google Calendars associated with them. It would be nice to have that ID available so that we can construct links to the calendar from the database. The Course resource in the Classroom API has a calendarId field, so it seems like a simple matter of adding that to the models in this code.
Courses in Google Classroom now have Google Calendars associated with them. It would be nice to have that ID available so that we can construct links to the calendar from the database. The Course resource in the Classroom API has a calendarId field, so it seems like a simple matter of adding that to the models in this code.