Trying to use the Google Calendar API to get a list of events, getting returned with a 400 Error: Missing end time. Details below. Any suggestions?
Body
{"calendarId":"[email protected]","timeMin":"2018-03-04T19:00:00+00:00","timeMax":"2018-03-07T19:00:00+00:00","timeZone":"America/New_York","showDeleted":true}
Headers
'Content-Type', 'application/json' 'Authorization', 'Bearer '+access_token
Endpoint & Method
Endpoint=https://www.googleapis.com/calendar/v3/calendars/george.albrecht%40xxx.com/events, Method=GET