07-10-2009 09:26 PM
I created an app using the example at this link:
I did change BlackBerryEventList to BlackBerryPIMList to get it to work on the 8300 (v4.2.2.170).
Also tested on a Storm (v4.7.0.75) and it successfully reported add/update/remove events from the calendar.
On the 8900 (v4.6.1.114) no events are being called.
Anyone have ideas what might be wrong?
Thanks
Solved! Go to Solution.
07-14-2009 08:33 AM
Note that there can be multiple calendars on a BlackBerry smartphone. Each calendar database has its own PIMList. You can view these by opening the Calendar and selecting Options from the menu. The PIM.openPIMList(int pimListType, int mode) method returns the default calendar. You can use the PIM.listPIMLists(int pimListType) method to get a list of all calendars and then target a specific one using the PIM.openPIMList(int pimListType, int mode, String name) method.
Support for this was added in BlackBerry handheld software version 4.6.0.
07-15-2009 01:37 PM
07-10-2010 07:16 PM