2012-11-22 89 views
0

即时通讯使用这个JavaScript版本,并有这样的代码谷歌日历V3:访问未配置

gapi.client.load('calendar', 'v3', function() { 
     var request = gapi.client.calendar.events.list({ 
      'calendarId': '[email protected]'}); 
     request.execute(function(resp) {console.log(resp);}); 
}); 

所有都OK(我猜),我所做的日历公开过。但我总是得到“Access Not Configured”错误。同样,如果我把calendarId作为主...任何想法,我在这里错过了什么?非常感谢!

回答

0

您需要使用API console启用Google日历服务。

(Dupe of/q/13863500 /)