Not Able to access Calenders for Android

You must Login before you can answer or comment on any questions.

I have tried this code : function showCalendars(calendars) { for (var i = 0; i < calendars.length; i++) { Ti.API.info(calendars[i].name); } }

Ti.API.info('ALL CALENDARS:');
showCalendars(Ti.Android.Calendar.allCalendars);

and i got the error

[ERROR][ActivityThread( 448)] Failed to find provider info for com.android.calendar

Anyone please help me I am stuck here i really need to go on

— asked 10 months ago by Nadeem Mughal
2 Comments
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.


    Need more information. Specifically the version of android running in the simulator/device.

    — commented 10 months ago by Stephen Feather

  • I have taken a look. I am targeting Android 2.x , Application type :mobile, Device : Android Emulator and samsung galaxy s GT-i9000 , Host OS: Windows 7 x64, Titanium Studio Version:Titanium Studio, build: 2.1.0.201206251749 Now Help me

    — commented 10 months ago by Nadeem Mughal

1 Answer

There are a number of open Calendar related tickets in the JIRA. Might want to see if any of them match your use case

Your Answer

Think you can help? Login to answer this question!