Parse Error during insert event in google calendar api
问题 I've a json object below and passed it as urlParameter { "end": { "dateTime": "2017-10-09T13:30:00", "timeZone": "America/Denver" }, "start": { "dateTime": "2017-10-09T12:00:00", "timeZone": "America/Denver" }, "description": "Added through API", "summary": "Lecture on Global Warming", "location": "Denver" } I've also set the Content-Type as application/json . But I get the error as { "error": { "errors": [ { "domain": "global", "reason": "parseError", "message": "Parse Error" } ], "code":