how we can add function of a calendar for android in titanium.....
this piece of code is giving error
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);
this is use for ios app. but i want to add for android app....... Help me???????
Your Answer
Think you can help? Login to answer this question!