sadasystems / cal-calc

Calculate ratios of meetings on your Google Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crocodile Calculator

Calculate ratios of meetings on your calendar.

Setup

  1. Configure your OAuth consent screen
  2. Generate an OAuth 2.0 Client ID
  3. Download the generated Client ID as JSON, store it as credentials.json in this repository
  4. go run main.go to run the tool

Configuration

Tool configuration is stored in YAML format, with a sample included. This is the file that's used by default. To customize the experience, edit it and use it with the --config file.yaml argument.

Example output

This week has not been a productive one:

$ make run
Parsing events between Sunday, February 14 and Saturday, February 20

Total time: 34h35m0s

Intellectual Property at 9h45m0s
Internal Meetings at 3h20m0s
OOO at 8h0m0s
Billable at 10h0m0s
Management at 3h30m0s

Unmatched events:
  Busy

Billable usage is at 29%

14h12m29 more of your hours should be billable to reach the billable utilization practice goal

To do

GitHub Issue tracker tracks lacking features.

About

Calculate ratios of meetings on your Google Calendar.


Languages

Language:Go 97.5%Language:Makefile 2.5%