Hi,
I have a strange behaviour with the Google Calendar in Odoo9. Until yesterday sync worked perfect. Suddenly, from one moment to another sync throws following error in the log:
ERROR master openerp.addons.google_account.google_account: Bad google request : {
"error": {
"errors": [
{
"domain": "calendar",
"reason": "timeRangeEmpty",
"message": "The specified time range is empty.",
"locationType": "parameter",
"location": "timeMax"
}
],
"code": 400,
"message": "The specified time range is empty."
}
}
This is quite strange. What is very interesting, it happens ONLY with my Admin Account. If I login as another user I can run the sync with further issues.
The error message isn't clear enough for me.
It must be related to the user (admin) but where and how can I fix it?
regard
Dominic
You could check your timezone settings. The user one and the one in Google on you agenda have to be coherent.
Also have a look there : https://github.com/odoo/odoo/issues/12573 recommandations could also help