您好谷歌日历API团队,
我们收到使用谷歌CAL饲料事件com.google.api.services.calendar.Calendar.Events.List.execute()
库google-http-client-1.18.0-rc.jar:1.18.0-rc
不能处理。 你怎么建议我们解决这个问题呢?
{
"kind": "calendar#event",
"etag": "\"2814305416392000\"",
"id": "...",
"status": "confirmed",
...
"created": "2014-08-03T21:47:50.000Z",
"updated": "2014-08-05T01:41:46.086Z",
"summary": "...",
...
"start": {
"dateTime": "0001-12-28T23:40:36-03:06:28" <<<< the issue
},
"end": {
"dateTime": "2014-08-23T21:00:00-03:00"
Caused by: java.lang.NumberFormatException: Invalid date/time format: 0001-12-28T23:40:36-03:06:28
at com.google.api.client.util.DateTime.parseRfc3339(DateTime.java:290) ~[google-http-client-1.18.0-rc.jar:1.18.0-rc]
at com.google.api.client.util.Data.parsePrimitiveValue(Data.java:430) ~[google-http-client-1.18.0-rc.jar:1.18.0-rc]
at com.google.api.client.json.JsonParser.parseValue(JsonParser.java:841) ~[google-http-client-1.18.0-rc.jar:1.18.0-rc]
... 21 common frames omitted