Added a feature to get user schedule from google calendar and implemented weather api to get temperature of city #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Scope
Two features are implemented
-->User gets the details of upcoming google calendar events/schedule [user prompt should be:show me my
events or "display all my schedules"].
-->User gets the temperature info of a city [user prompt should be : "weather of city_name" or temperature of
"city_name"].
Sub tasks
-->To get user events ,user gets new window to authorise his google calendar login details and token.json file is generated to store the tokens of users.If the tokens of particular user present then directly user events are displayed by utilizing these tokens without again authenticating else the user needs to authenticate .
Screenshots
Code improvements
[Did you add some generic like utility, component, or anything else useful outside of this PR]
Developer checklist