Services Plugins FAQs

Google Calendar

Hi,

I am trying to get the Google Calendar plugin (Calendar from Google, free version) up and running. I think I followed your instructions, but for some reason, I always get this error:

The service Google Calendar - Retrieve List of Calendars just returned an error (HTTP 403). Please contact the plugin author directly for feedback. Raw error:

{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Calendar API has not been used in project 951224592273 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/calendar-json.googleapis.com/overview?project=951224592273 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
"extendedHelp": "https://console.developers.google.com/apis/api/calendar-json.googleapis.com/overview?project=951224592273"
}
],
"code": 403,
"message": "Access Not Configured. Calendar API has not been used in project 951224592273 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/calendar-json.googleapis.com/overview?project=951224592273 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
}
}

Could you pls help me to figure out what I did wrong?
Many thanks in advance.

Best,
Daniel

Hello @dhorlbeck,

From the message that you’ve sent seems that the error appears because the Calendar API library is not enabled. Try to open your Google Dashboard and in navigation menu select APIs & Services then Library. After that search for Google Calendar API, select it, and click on ENABLE. That should solve your problem.

Best Regards,
Alex

Hi Alex,

many thanks. Now it is working.

Best,
Daniel

1 Like