Skip to content

Calculate ratios of meetings on your Google Calendar.

Notifications You must be signed in to change notification settings

sadasystems/cal-calc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.5%
  • Makefile 2.5%