i want to first get a list of all calendar events and then find a specific event
Enumeration eventList = (PIM.getInstance().openPIMList( PIM.EVENT_LIST, PIM.READ_ONLY )).items(); but it's not working please guide me how to achieve this .
i want to first get a list of all calendar events and then find a specific event
Enumeration eventList = (PIM.getInstance().openPIMList( PIM.EVENT_LIST, PIM.READ_ONLY )).items(); but it's not working please guide me how to achieve this .