i see. the editor is being lame. i definitley made change that i worked with and then that reverted. like i added an exposed state to my calendar element. and it’s gone… weird shit but it’s happeneing
I find the plugin editor to be extremely laggy sometimes. Inputs freeze, half the editor hides then comes back after I click away. Hoping they give this some thought for the new redesign 
What i am finding is that the API doesnt mind values that i leave empty, but if a value of null is passed in due to a state not being populated or some value not being found, i recieve errors.
i also think i keep changing the damned api calls slightly and then switiching over to the editor without reinitializing them…
lesson learned today
oauth is a B
double check my work
make copies
sometimes it’ll work. sometimes it wont…
really weird stuff. check it out here
jaredgibb.bubbleapps.io/google
i can make the first update, no problem.
subsequent updates are the issue. sometimes they’ll process and sometimes not. i could be hitting rate limits or something. it could be the fact i’m going hard with my legacy app. not sure. it’s just sometimes getting hungup on the api call to update an event.
^^^be aware this isnt a fully working example. if you want to play with crud features you should first create an event. i will continue to hash out this exampl!