Hacker News new | ask | show | jobs
by awake 2233 days ago
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...

2 comments

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?