Open Jamesf15182 opened 3 years ago
Sized 5 Points
Google API links - https://developers.google.com/calendar/api/v3/reference https://github.com/garethr/django-googlecalendar https://newbedev.com/google-calendar-integration-with-django https://www.youtube.com/watch?v=j1mh0or2CX8
Built in calendar links - https://developers.google.com/calendar/api/quickstart/python https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html https://github.com/llazzaro/django-scheduler
Here are some links that I might reference for the next iteration for developing the calendar for our syllabus creation tool. So, my first idea was to just have a built in calendar into the website that will show all the important dates which you can edit. Then once this is done and is fully working I will make an export button that will send all the information to your google calendar if you wish to do so.
good research googles api's are the way to go with most portions of this application
Will use calendar/graphs in our project to show visuals of due dates and grading scores. Which the data will be pulled from the saved syllabus in our database for certain courses.