Uses bash to create a calendar TUI which displays current date, any events and also allows for movement. Now allows for event creation and listing of all calendars via a separate script
- Create a new project in Google Cloud Console
- Create new credentials using the OAuth section (Make sure to register the app as a web application and not desktop app) and in Authorized Redirect URI's paste
https://developers.google.com/oauthplayground. - Download the credentials (
.json) - Open the downloaded
.jsonfile and go to Google OAuth Playground