Retrieve multiple lists of calendar entries
The first element in the array of lists is the default list.
- Import the javax.microedition.pim.PIM class.
- Invoke PIM.listPIMLists(int pimListType).
String[] allLists = PIM.listPIMLists(PIM.EVENT_LIST);
Was this information helpful? Send us your comments.