【发布时间】:2018-08-13 11:11:51
【问题描述】:
尝试使用 Google Calendar API 获取事件列表,返回 400 错误:缺少结束时间。详情如下。有什么建议吗?
身体
{"calendarId":"george.albrecht@xxx.com","timeMin":"2018-03-04T19:00:00+00:00","timeMax":"2018-03-07T19:00 :00+00:00","timeZone":"America/New_York","showDeleted":true}
标题
'内容类型','应用程序/json' '授权', '承载'+access_token
端点和方法
端点=https://www.googleapis.com/calendar/v3/calendars/george.albrecht%40xxx.com/events,方法=GET
【问题讨论】: