Google 캘린더 API를 사용하고 있으며 이벤트 삽입을 위해 API에 요청을 보내려고하지만 오류가 발생합니다. 400 잘못된 요청 Google 캘린더에서 이벤트 삽입
이
내가 보내고 요청입니다 :POST https://www.googleapis.com/calendar/v3/calendars/riteshmehandiratta%40gmail.com/events?key={YOUR_API_KEY}
Content-Type: application/json
Authorization: Bearer ya29.AHES6ZQwHy_3OYLmXtZpSa5PIwnBO3hqLWolMXpTYiFOEtjlEmbxNrYn
X-JavaScript-User-Agent: Google APIs Explorer
{
"end": {
"date": "2/14/2007"
},
"start": {
"date": "2/14/2007"
},
"kind": "calendar#event",
"summary": "Hello World"
}
을 내가 얻고 응답은 다음과 같습니다
400 Bad Request
- Hide headers -
cache-control: private, max-age=0
content-encoding: gzip
content-length: 122
content-type: application/json; charset=UTF-8
date: Sat, 23 Mar 2013 17:36:22 GMT
expires: Sat, 23 Mar 2013 17:36:22 GMT
server: GSE
{
"error": {
"errors": [
{
"domain": "global",
"reason": "badRequest",
"message": "Bad Request"
}
],
"code": 400,
"message": "Bad Request"
}
}
은 내가 나쁜 요청 오류가 발생하고 이유를 알아낼 수 없습니다입니다. 내가 날짜 형식이 잘못 무엇을 말할 수에서