3.1.4.5.4.1 t:ReminderGroupType Simple Type
The ReminderGroupType simple type specifies whether the reminder is for a calendar item or a task.
-
<xs:simpleType name="ReminderGroupType"> <xs:restriction base="xs:string"> <xs:enumeration value="Calendar"/> <xs:enumeration value="Task"/> </xs:restriction>
-
</xs:simpleType>
The following table describes the values of the RemindersGroupType simple type.
Value |
Meaning |
---|---|
Calendar |
The reminder is for a calendar item. |
Task |
The reminder is for a task item. |