TypeError on freebusy call to Google Calendar API v3 using Python apiclient
问题 I want to get all the freebusy events of my Google Calendar between two given dates. I'm following the documentation of the freebusy object. Basically, I have an index.html with a form that allows to choose two dates. I send those dates to my application (Python Google AppEngine backed). This is the code, simplified, to make it more readable: CLIENT_SECRETS = os.path.join(os.path.dirname(__file__), 'client_secrets.json') decorator = oauth2decorator_from_clientsecrets( CLIENT_SECRETS, scope=