Question is : how to add any event in calender?
i want to make a application, in which we can store any event in Calendar. with date and time and it have 3 option Daily, Weekly, and MOnthly, it remembered me whose option is selected.
NOte : (iphone or android both) (Titanium).
ok let's put an example :
hope this will help you here is the documentation link : http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Calendar.Event
Basically this can be done in android using intents, please find the full documentation here
this This is for Android and for iphone we can use ti.Com.calendar module this is provide by third party. GitHub this