app.wx.getSetting({
success(res) {
if (!res.authSetting['scope.addPhoneCalendar']) {
wx.authorize({
scope: 'scope.addPhoneCalendar',
});
}
},
});
已在隐私中添加了 日历权限
但是在使用wx.authorize的时候 还是报错