Google Calendar
Hi!
I am looking for a minimal example how to access google calendar API.
I already obtained credentials.json form Google, just would like to have a minimal "hello world" of Google calendars. Like list all of my calendars.
I am stuck at this point: how to assemble a CredentialsClient?
https://doc.deno.land/https://googleapis.deno.dev/v1/calendar:v3.ts/~/CredentialsClient
ps: is this a good place to ask it? I cannot find a good relevant label, which signals maybe I'm not at the right place…
I am looking for a minimal example how to access google calendar API.
I already obtained credentials.json form Google, just would like to have a minimal "hello world" of Google calendars. Like list all of my calendars.
I am stuck at this point: how to assemble a CredentialsClient?
https://doc.deno.land/https://googleapis.deno.dev/v1/calendar:v3.ts/~/CredentialsClient
ps: is this a good place to ask it? I cannot find a good relevant label, which signals maybe I'm not at the right place…
Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.
