I'm having difficulties to retrieve the names of all applications on my device that are calendar applications. My device runs android version 2.3.3 with API level 8. Therefore, the interfaces that permit to use the calendar intents aren't supported yet (supported only from API level 14).
I tried using a Cursor object with some success - it retrieves the names of the calendars that exist on my device: "My Calendar" for the default calendar application of android and "xxxx@gmail.com" for the Google account calendar. However, what I really need is to have the names of the APPLICATIONS that deal with calendars and are installed on my device.
How can this be done?
Appreciate your help.


