LightningGuard / Syllabus-Creation-Tool

1 stars 2 forks source link

As a developer I want to research calendar/graph API's and learn how to incorporate it into our project. #19

Open Jamesf15182 opened 3 years ago

Jamesf15182 commented 3 years ago

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.

Jamesf15182 commented 3 years ago

Sized 5 Points

Jamesf15182 commented 3 years ago

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.

destin22 commented 3 years ago

good research googles api's are the way to go with most portions of this application