Hi!
So. I'm trying to get an alexa intent to trigger making a google calendar event using quickadd. Context: Its an art project, not an app, where alexa adds shadow events to your calendar because it feels lonely.
So far I've gone through the google API docs, and done a user flow back for OAuth in Flask. I'm also using flask-ask in a webhook. The issue? I always feel my flask things and my flask-ask things don't share sessions. So I need some guidance on how to do this.
I'm going to link to a pastebin of code:
Thoughts about how to do this?
Thanks!