Input None
Output Array of Reminder

This task finds reminders from the Reminders app.

The following are "Find Reminders" Task properties:

Start Date: start date to find reminders from. If no "Start Date" is specified - current date will be used. To return only reminders having to start/due date - put minus (-) there.

End Date: end date to find reminders to. If no "End Date" is specified - the "Start Date" + 1 day will be used.

Filter: defines a condition each reminder should match to be included to result. To build expression - use a self variable to denote a single reminder. For example, expression self.title LIKE "Test" allows to keep only reminders with title like "Test". Check the Predicate Format Syntax article for the description of condition format.

List: list to find reminders at.

Limit Max Count: defines whether limit number of returned events 

Max Count: maximum number of events to return (applicable only if the "Limit Max Count" is ON)

See also:
Event
Common Task Attributes
Task Options
Variable Types