Services Plugins FAQs

Google Calendar free/busy call

Can you add the Freebusy API call to the Google Calendar plugin for Bubble?
Docs here:
https://developers.google.com/calendar/v3/reference/freebusy

Thank you

Hello @jason.novack

Thanks for reaching out and feedback!

We’ll take a look at it, however it’s not going to happen soon since there are other priorities on our roadmap.
Thanks for understanding. :pray:

However you could create this call using Bubble’s API Connector - https://manual.bubble.io/building-plugins/adding-api-connections.html

Regards,
Dumitru.

Thank you. Can you help me through this workaround?

I am in the plugin editor here: https://bubble.io/plugin_editor?id=1504084136074x936250845148217300&version=1.11.0&tab=tabs-3

I hit “Add Another Call” to POST to the freeBusy endpoint I’m looking for. But when I hit “Initialize Call”, I get this error:

There was an issue setting up your call.

Raw response for the API 
Status code 403
{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
 }
}

Hello @jason.novack

I would recommend you could check out the Resolve Errors from Google in order to get it done right - https://developers.google.com/drive/api/v3/handle-errors#resolve_a_403_error_usage_limit_exceeded

Also, if you’d like we have a course which teaches how to create a calendar system using FreeBusy query. https://lab.zeroqode.com/course/smart-calendar-booking-system-course-1512006037456x215091940714046370

hope this helps.
:pray: