Oláaa, pessoas! tudo bem com vocês? 😁
Estou tentando agendar um evento na google calendar está dando erro 400
consigo retornar listas e eventos específicos (get), só não consigo criar eventos.
POST https://www.googleapis.com/calendar/v3/calendars/[email protected]/events?sendUpdates=all
Corpo
{
“summary”: “TESTE API”,
“location”: “Em algum local”,
“description”: “ESSE É UM TESTE VIA API”,
“start”: {
“dateTime”: “2021-09-03T:19:00:00-03:00”,
“timeZone”: “America/Sao_Paulo”
},
“attendees”: u
{
“email”: “[email protected]”
}
],
“end”: {
“dateTime”: “2021-09-03T:20:00:00-03:00”,
“timeZone”: “America/Sao_Paulo”
}
}
Header:
Authorization Bearer ya29.a0ARrdaM_gF1pDPHvhImxZDO08MNhhYBDpwhn6OJE1HxI7PNGE-6Y0NfBAgUt_O79VRf6rRj5v6gcGW_Y5Xfg2elnr2IQ5Rd0iIp-gRvgD-ISW2wqyzpl6eelf1b4T-mitKs0YPFSYqG3cBedmXXXXXXX
Já autorizei via oauth os escopos:
Scope
https://www.googleapis.com/auth/calendar
https://www.googleapis.com/auth/calendar.events
Não sei o que está ocorrendo 🤔