oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
132 stars 55 forks source link

Google Calendar: Question about extendedProperties field #84

Closed NYBACHOK closed 10 months ago

NYBACHOK commented 1 year ago

I need to store some information about event and extendedProperties field looks like what I wan't but Shared object doesn't have any field so how I should store non visible to users information about event?

joehoyle commented 10 months ago

it looks like maybe this isn't supported? Did you find a way @NYBACHOK

NYBACHOK commented 9 months ago

@joehoyle Not realy. For my purposes I use id which is writable. I creating sha256 from data that I need to store.

joehoyle commented 9 months ago

@NYBACHOK ahh cool, didn't know that was a field! As it happens I cloned / forked this and make extendedProperties.shared a hashmap which looked to have worked.

NYBACHOK commented 9 months ago

@joehoyle I chose the easier way.