BlackBerry WebWorks 2.1.1、OS 6.0/7.0、BlackBerry.pim.Appointment.find不工作

BlackBerry WebWorks 2.1.1、OS 6.0/7.0、BlackBerry.pim.Appointment.find不工作,blackberry,blackberry-webworks,Blackberry,Blackberry Webworks,我有一个简单的示例应用程序,它在calendar应用程序中返回约会数,在OS 5.0中运行良好,但在OS 6.0或7.0中找不到任何约会(尽管我可以创建约会,但就是找不到) 或者只是 var appts = blackberry.pim.Appointment.find(); 配置文件: <feature id="blackberry.system" /> <feature id="blackberry.utils" /> <feature id="bla

我有一个简单的示例应用程序,它在calendar应用程序中返回约会数,在OS 5.0中运行良好,但在OS 6.0或7.0中找不到任何约会(尽管我可以创建约会,但就是找不到)

或者只是

 var appts = blackberry.pim.Appointment.find();
配置文件:

 <feature id="blackberry.system" />
 <feature id="blackberry.utils" />
 <feature id="blackberry.io.file" />
 <feature id="blackberry.find"/>
 <feature id="blackberry.pim.Appointment"/>
 <feature id="blackberry.pim.Attendee" />
 <feature id="blackberry.pim.Recurrence" />
 <feature id="blackberry.pim.Reminder" />

编辑:

模拟器:

  • 5.0.0.975-9630 Verizon-正常
  • 6.0.0.141-9800-错误
  • 7.0.0.318-9930-错误
设备:

  • 6.0.0.600-9800-错误

您找到解决方案了吗?我们也有同样的问题。不,不幸的是我没能弄明白。
 <feature id="blackberry.system" />
 <feature id="blackberry.utils" />
 <feature id="blackberry.io.file" />
 <feature id="blackberry.find"/>
 <feature id="blackberry.pim.Appointment"/>
 <feature id="blackberry.pim.Attendee" />
 <feature id="blackberry.pim.Recurrence" />
 <feature id="blackberry.pim.Reminder" />