Namespace: |
|
Content: |
complex, 3 attributes, 6 elements |
Defined: |
globally in myCalendar.xsd; see XML source |
Used: |
at 1 location |
XML Representation Summary |
||||||||||||
<... |
||||||||||||
|
||||||||||||
> |
||||||||||||
|
||||||||||||
</...> |
Type Derivation Tree
reminderType (extension)
![]() |
</xsd:complexType>
|
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
xsd:int, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This optional element defines how interruptible this event is and it is
</xsd:documentation>
used by notification routing software to make decisions about the relay and deferral of notifications that might occur while this meeting is active. The value contained in this element is a numeric value between 1 - 10. Low values represent a high cost of disruption, high values represent a low cost of disruption. </xsd:element>
|
Type: |
xsd:dateTime, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Required by reminder engine.
</xsd:documentation>
</xsd:element>
|
Type: |
xsd:dateTime, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Determines the next time to trigger reminder.
</xsd:documentation>
</xsd:element>
|
Type: |
xsd:int, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies the offset, in minutes, of how long before the
</xsd:documentation>
event the user should be reminded. Recommended values are the following: <table border="1" cellpadding="1" cellspacing="1">
<tr>
</table>
<td align="center">
</tr>
<b>Value</b>
</td>
<td align="center">
<b>Description</b>
</td>
<tr>
<td>5, 10, 20, 30, 45</td>
</tr>
<td>5, 10, 20, 30, 45 minutes before the event</td>
<tr>
<td>60, 120, 180,</td>
</tr>
<td>1, 2, 3 hours before the event</td>
<tr>
<td>startTime - startDay</td>
</tr>
<td>The day of the event (reminder sent at 12:00am)</td>
<tr>
<td>startTime - (startDay - (1440 * x))</td>
</tr>
<td>
"x" days before the event (reminder sent at 12:00am "x" days before)
</td>
</xsd:element>
|
Type: |
xsd:boolean, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Boolean flag that indicates whether the reminder is active for this
</xsd:documentation>
event. In most cases, this will be true, but in the case of a recurring appointment, this flag may default to true with specific instances not to be reminded, or default to false, with specific instances to be reminded. </xsd:element>
|
Type: |
hs:localizableString, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Friendly name that this reminder is being sent to.
</xsd:documentation>
</xsd:element>
|