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
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!