ReadonlycompleteReminders in the list which have been marked completed.
ReadonlyincompleteReminders in the list which are NOT completed.
ReadonlytasksAll reminders in the list.
The name of the list.
Create a new Reminder object in this list
Save changes to the list.
StaticdefaultReturns the system default reminder list configured for new reminders.
StaticfindSearches for a reminder lists matching the title. If none is found, return undefined.
StaticfindSearches for a list in the reminders app matching the title. If none is found, creates a new list with that title. If more than one list with the same name exist in Reminders, the first found will be returned.
StaticgetGet an array all known reminder lists on the device.
ReminderList objects are used to manipulate and create lists in the built-in Reminders app.
Example