苹果调用wx.addPhoneCalendar 一直提示need startTime?
苹果XR 真机,使用wx.addPhoneCalendar 会提示: addPhoneCalendar:fail need startTime , 同样的代码在Android中没有问题,更新基础库版本也不行。 wx.addPhoneCalendar({
title: item.title,
startTime: new Date(item.ring_time).getTime() / 1000,
description: item.description,
location: item.location,
success: function (res) {
util.log('添加成功', item, res);
},
fail: function (err) {
util.err('添加失败', item, err);
}
});
客户端版本:8.0.32 基础库版本:2.30.0 系统类型:IOS