Task

Identifies a GroupWise task.

Syntax

<Task>
<extension base="CalendarItem">
<startDate type="date"/>
<dueDate type="date"/>
<assignedDate type="date"/>
<taskPriority type="string"/>
<completed type="boolean"/>

Definitions

startDate

Specifies the start date for the task.

dueDate

Specifies the due date for the task.

taskPriority

Specifies the GroupWise task priority. The task priority values can be from 1-999 or A-Z. It can also be a combination of alphanumeric and numeric. The alphanumeric values need to appear before the numeric values. A1, A111, A999, Z1, Z111, and Z999 are acceptable values.

completed

Specifies if the task is completed.