Reminder represents single reminder. The following are properties of Reminder.

Property Type Description
title String reminder's title
location String reminder's location
notes String reminder's note
URL URL reminder's URL
calendarItemIdentifier String reminder's UID
startDate Date reminder's start date
dueDate Date reminder's due date
completed BOOL if reminder is completed
completionDate Date reminder's completion date
priority int reminder's priority. Priorities run from 1 (highest) to 9 (lowest). A priority of 0 means no priority.

See also:
Variable Types
Action Environment
Tasks and Workflows
Actions

Next > String