I want your help my friends. Am developing iphone/ipad universal application. I want to add multiple events that is selected by user(it may 1-50 events). This app will add the events to iphone calendar. The events and event dates may differ. How to add multiple events to calendar without user interaction? I know well to add single event to iphone/ipad calendar but, i dont know to add multiple events? Please, help me friends.. I searched in google but didnt get the answer? Please.. Thanks in advance.
Thanks to read my poor english.
Yuva.M
Probably you have to store all your event objects in an array, then loop through it and add one-by-one to iPhone calendar.