Dan Esparza
Dan Esparza
Hmmm ... what version of Go are you using? With Go 1.8, I just needed to `export GOOS=linux` and `export GOARCH=arm` in order to build the correct arm binary on...
Well, there should either be a dropdown to select a calendar, or a button that lets you authorize your Google account. But after looking at the code, [it looks like...
Added the auth button back if there is an authorization failure when getting calendars. In testing, I discovered you might need to refresh the web app (ctrl-F5) after authorizing with...
Does the button eventually display -- or does it just stay on 'loading' for more than 30 seconds?
Thanks @ragincajunintx -- by any chance, can you try this in Chrome and [show me what's in your developer console](https://developers.google.com/web/tools/chrome-devtools/console/) when this happens?
@mrtaco00 I have a suspicion: Are you attempting to load this on a non-HTTPS site? If you can, try loading this on an HTTPS based site and tell me if...
I accept pull requests. 😄
Do the unit tests work for you?
Unfortunately, the short answer is no, I haven't done anything with Authorization / Authentication with webAPI or with the sample. It's a great question, though. I wonder: Do the attributes...
Great point, @gittadesushil -- this isn't a .NET Core project, and I haven't done any research on how to make this .NET Core compatible. I do accept pull requests, though....