The alarms assigned to the reminder, if any.
Due date of the reminder
Returns true if the reminder has any alarms.
Flag indicating if the task has been completed.
The list which this task resides in.
Notes associated with the event.
Integer number representing priority. Assign values matching those Apple uses as follows:
0
: No priority1
: High5
: Medium9
: LowThe title of the event.
Add an alarm object to the reminder. Be sure to update()
to save after adding alarms. Return true
if the alarm was successfully added. Note that reminders only support alarms created with the Alarm.alarmWithDate
method.
Remove any assigned alarms from the reminder.
Save the task. Returns true if the task is successfully saved in Reminders.
Generated using TypeDoc
Reminder
Reminder objects represent individual tasks in a list in the built-in Reminders app. For examples, see ReminderList documentation.