I have Tried this : 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);
but it gives the error: [ERROR][ActivityThread( 448)] Failed to find provider info for com.android.calendar
Please help . I am stuck here i really need to go on .
Your Answer
Think you can help? Login to answer this question!