Hacker News new | ask | show | jobs
by smashpanda 2247 days ago
Found I have the same issue. Customer facing folks have it even worse.

As much as I love the solution what I really want is a cli that’ll spit out my meetings OR my free time.

I.e I could say: cli --free 60m —today

And it would spit out the 60 minute chunks (in my time zone). Would love to copy paste that but not sure how hard it would be to do with the google api

2 comments

here is the api you want. I use this to auto schedule my todos from a plain text file to my calendar

https://developers.google.com/calendar/v3/reference/freebusy...

Most excellent, thank you. My biggest blocker to getting started was the setup of a “google app”. Getting a token and all that.

Is it fairly straightforward to start making rest calls? I’d love to just hit that api

Do you have your script/tool published anywhere?
Sounds like a cool idea too!