Assignment In this assignment I have creted two templates, one is the landing page where the user is initally landed from which he can authenticate selfs with OAuth2 mechanism for viewing his or her event list.
Below is my folfer structure
The project has an folder called apps which is created to list or program any apps, in our case there is only one app called as googleCalendar this is the main app which handles our queries
above is the simplification of our apps installed
above are the google libraries we have used
The application works fine on the localhost anslo with thw waitress-serve but there is some issue with herkou deployment as a result I am not able to share live link But below are some images of the site
(1) User Lands on this page, clicks on - Get Access To Events
(2) As soon as the user selects particular email address and authenticate, HttpResponse is got from google API
(3) After reciving the toke we are able to display events
Thank You