Input None
Output Array of Event

This task finds events from the Calendar.

The following are "Find Events" Task properties:

Start Date: start date to find events from. If no "Start Date" is specified - current date will be used.

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

Filter: defines a condition each event should match to be included to result. To build expression - use a self variable to denote a single event. For example, expression self.allDay == YES allows to keep only All Day events. Check the Predicate Format Syntax article for the description of condition format.

Calendar: calendar 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