I want to get all my events from my personal calendar. I have tried for hours all kind of auth types: I did successfully auth with callback, where I should login to my google account and then google redirects back to my website. - but this is not what I need. Also I have tried with default credentials, and on my surprise, I don't have access to my calendar, what kind of logic is this.
Basically, how its working for me in Spotify: in Spotify it is possible to generate client id and password in my account. After that I send HTTP with base64(client:password) in my header from my code and receiving token, which I use to query some entities.
But in google API I didn't find such solution. Maybe someone could advice how to authenticate?