wx.addPhoneCalendar(Object object)

基础库 2.15.0 开始支持,低版本需做兼容处理

向系统日历添加事件

参数

Object object

属性类型默认值必填说明
titlestring日历事件标题
startTimenumber开始时间的 unix 时间戳
allDayboolean是否全天事件,默认 false
descriptionstring事件说明
locationstring事件位置
endTimestring结束时间的 unix 时间戳,默认与开始时间相同
alarmboolean是否提醒,默认 true
alarmOffsetnumber提醒提前量,单位秒,默认 0 表示开始时提醒
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)