Skip to content

A CLI application that sums the duration of events from Google Calendar

License

Notifications You must be signed in to change notification settings

AdrianMiozga/Calendar

Repository files navigation

presentation.mp4

Setup

  1. Create a new app in Google Cloud.
  2. Configure OAuth consent screen with https://www.googleapis.com/auth/calendar.events.readonly scope.
  3. Add OAuth 2.0 web application client.
  4. Create config.json in root project directory or directory with exe/jar and fill the following template.
{
  "clientId": "<google_client_id>",
  "clientSecret": "<google_client_secret>",
  "redirectURI": "<google_redirect_uri>"
}

Technology Stack

API

About

A CLI application that sums the duration of events from Google Calendar

Topics

Resources

License

Stars

Watchers

Forks