kippnorcal / google_classroom

Google Classroom Data Pipeline
GNU General Public License v3.0
23 stars 9 forks source link

Add calendarId to course object/table #113

Closed richmcd closed 3 years ago

richmcd commented 3 years ago

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.

dchess commented 3 years ago

@richmcd This should be a straight-forward addition. We'll take a look at getting it added or feel free to submit a PR.