Task metadata attributes
This table describes metadata for task attributes.
To harvest task metadata attributes, the Harvest miscellaneous email items in the harvester settings on each data server must be selected prior to harvest. For more information about configuring harvester settings, see Configuring harvester settings.
| Name | Dense | Multiple | Type | Normalized | Description | Filter Code Example | Supported Operators | Value Supported |
|---|---|---|---|---|---|---|---|---|
| Task complete | No | No | Boolean | No | True if the task is marked as complete | att:"/Library/Attributes/Task/Task complete" = false IN all | Appears, Does not appear, =, != | True, false |
| Task due date | No | No | String | Yes (ISO 8601) | Date the task is marked as being due (YYYY-MM-DD) | att:"/Library/Attributes/Task/Task due date" IS BETWEEN "2013-05-01" and "2013-05-15" IN all | Appears, does not appear, =, !=, <, <=, >,>=, between, not between | Absolute date, Relative date (days ago, weeks ago, months ago, years ago, days ahead, weeks ahead, months ahead, years ahead) |
| Task owner | No | No | String | Yes | Creator of the task | att:"/Library/Attributes/Task/Task owner" CONTAINS any ( "gwilliams" ) IN all | Appears, Does Not Appear, Is, Is Not, Contains, Does Not Contain, Begins With, Does Not Begin With, Ends With, Does Not End With, Matches, Does Not Match | Text |
| Task percent complete | No | No | Integer | Yes | Percent complete of a task | att:"/Library/Attributes/Task/Task percent complete" = any ( 75 ) IN all | Appears, Does Not Appear, =, !=, <, <=, >,>=, Is Between, Is Not Between | Number |
| Task start date | No | No | String | Yes (ISO 8601) | Date the task is marked as being started (YYYY-MM-DD) | att:"/Library/Attributes/Task/Task start date" IS BETWEEN "2013-05-01" and "2013-05-31" IN all | Appears, does not appear, =, !=, <, <=, >,>=, between, not between | Absolute date, Relative date (days ago, weeks ago, months ago, years ago, days ahead, weeks ahead, months ahead, years ahead) |
| Task status | No | No | String | Yes | Status of a task | att:"/Library/Attributes/Task/Task status" CONTAINS any ( "Complete" ) IN all | Appears, Does Not Appear, Is, Is Not, Contains, Does Not Contain, Begins With, Does Not Begin With, Ends With, Does Not End With, Matches, Does Not Match | Text |