We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving events from 2016-05-12T05:57:41.282478Z to 2016-05-26T05:57:41.282512Z Traceback (most recent call last): File "hangoutFix.py", line 183, in main(sys.argv) File "hangoutFix.py", line 104, in main singleEvents = True).execute() File "/home/david/hangoutFix/CalendarHangout/oauth2client/util.py", line 132, in positional_wrapper return wrapped(_args, *_kwargs) File "/home/david/hangoutFix/CalendarHangout/apiclient/http.py", line 723, in execute raise HttpError(resp, content, uri=self.uri) apiclient.errors.HttpError: <HttpError 404 when requesting https://www.googleapis.com/calendar/v3/calendars/FILL%20IN%20HERE/events?orderBy=startTime&showHiddenInvitations=true&timeMin=2016-05-12T05%3A57%3A41.282478Z&timeMax=2016-05-26T05%3A57%3A41.282512Z&alt=json&singleEvents=true returned "Not Found">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Retrieving events from 2016-05-12T05:57:41.282478Z to 2016-05-26T05:57:41.282512Z
Traceback (most recent call last):
File "hangoutFix.py", line 183, in
main(sys.argv)
File "hangoutFix.py", line 104, in main
singleEvents = True).execute()
File "/home/david/hangoutFix/CalendarHangout/oauth2client/util.py", line 132, in positional_wrapper
return wrapped(_args, *_kwargs)
File "/home/david/hangoutFix/CalendarHangout/apiclient/http.py", line 723, in execute
raise HttpError(resp, content, uri=self.uri)
apiclient.errors.HttpError: <HttpError 404 when requesting https://www.googleapis.com/calendar/v3/calendars/FILL%20IN%20HERE/events?orderBy=startTime&showHiddenInvitations=true&timeMin=2016-05-12T05%3A57%3A41.282478Z&timeMax=2016-05-26T05%3A57%3A41.282512Z&alt=json&singleEvents=true returned "Not Found">
The text was updated successfully, but these errors were encountered: