Google Calendar Auth

(Софья Нейман) #1

Trying to get busy dates on google calendar thru HTTP Request
https://www.googleapis.com/calendar/v3/freeBusy
but result is
Status Code
403
Body
{
“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.”
}
}

is it posible to add authorisation in http request or somehow connect my google account to it

(Karen Barker) #2

Hi there,

Unfortunately it looks as though the Google Calendar API can only be authorised using OAuth 2.0 and I can’t find anyway to handle this through the HTTP request I’m afraid. :frowning:

(Kurt) #3

I’d like to know how to get busy dates and free dates from the calendar.

I also wondered if there was an event addition on a busy date, how would that work?