Dear support, I have an issue using google calendar import in the Modern Events Calendar plugin.
With some testing it appears that the request sent by MEC is wrong and not accepted by google.
the error returned my MEC is the following :
“Error calling GET https://www.googleapis.com/calendar/v3/calendars/f5itc5ohcig0o26m0aun4mmcf0%40group.calendar.google.com/events?timeMin=1970-01-01T00%3A00%3A00%2B02%3A0&timeMax=2018-07-04T00%3A00%3A00%2B02%3A0&maxResults=500&key=xxx: (400) Bad Request”
By digging some forum, I’ve tweaked the URL changing the timeMin by start-min and now the request is accepted by Google. the new url looks like
https://www.googleapis.com/calendar/v3/calendars/f5itc5ohcig0o26m0aun4mmcf0%40group.calendar.google.com/events?start-min=1970-01-01T00%3A00%3A00%2B02%3A0&start-max=2018-07-04T00%3A00%3A00%2B02%3A0&maxResults=500&key=xxx
I’ve removed my API key from this message and will share the complete URL in a private note.
Can you please advise on how to get a fix on this issue ?
Regards, David