小程序
小游戏
企业微信
微信支付
扫描小程序码分享
WeChatLib: 3.4.3 (2024.4.29 23:00:39)
System: iPhone, iOS 17.4.1, WeChat Unknown
最近大概半个月,会收到用户的反馈是添加日历功能异常了。目前测试发现只有在系统里打开【微信】->【日历】,【完全访问】才能恢复正常使用。
之前是【仅添加日程】就可以正常使用 wx.addPhoneCalendar
麻烦官方大大查一下是不是权限这儿调整了限制。以后都需要【完全访问】权限吗?
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
wx.addPhoneCalendar({
startTime: 1715313469720,
endTime: "1715331470000",
title: "添加日历测试",
description: "添加日历测试",
// alarmOffset: wainTime, // 提醒时间
// location: location, //
complete:(res)=>{
console.error(res.errMsg)
}
});
resolve(res.errMsg)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
wx.addPhoneCalendar({
startTime: 1715313469720,
endTime: "1715331470000",
title: "添加日历测试",
description: "添加日历测试",
// alarmOffset: wainTime, // 提醒时间
// location: location, //
complete:(res)=>{
console.error(res.errMsg)
}
});
resolve(res.errMsg)