Titanium.Android.Calendar.Event.createReminder

Platform Since
Android 1.5

Summary

create a reminder for this event. Pass a dictionary object containing attributes corresponding to properties of Titanium.Android.Calendar.Reminder. Returns the created Reminder.

Arguments

Name Type Summary
data Dictionary<Titanium.Android.Calendar.Reminder>

Properties for the new reminder, corresponding to properties of Titanium.Android.Calendar.Reminder.

Return Type