pihentagy
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…
8 replies
kv store key granuality
How cheap are the
kv.get
operations?
Say I have a userprofile with 3 fields, should I create 3 keys for them, so that I can easily update th 3 fields, or should I keep number of keys low, and just have one value for the user (in that case when updating, one should first get the "complex" value, update it and then write back the updated value)7 replies