Readonly
completeReminders in the list which have been marked completed.
Readonly
incompleteReminders in the list which are NOT completed.
Readonly
tasksAll reminders in the list.
The name of the list.
Static
defaultReturns the system default reminder list configured for new reminders.
Static
findSearches for a reminder lists matching the title. If none is found, return undefined.
Static
findSearches 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.
Static
getGet 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