我已经通过了很多文件,但没有找到任何帮助。
我已成功致电
https://www.googleapis.com/calendar/v3/calendars/ / events / watch
api并收到来自watch api的预期回复。
{ "kind": "api#channel",
"id": "<UUID>",
"resourceId": "<resourceId>",
"resourceUri": "https://www.googleapis.com/calendar/v3/calendars/<emailid>/events?maxResults=250&alt=json", "token": "<tokenvalue>", "expiration": "1524485589000" }
我相信谷歌应该开始通知地址属性(主机网址,我们希望得到通知),一旦上面的频道设置。但我没有收到任何通知。
如果我遗失任何东西,请告诉我。
感谢。