Namespace: |
|
Type: |
|
Content: |
complex, 3 attributes, 6 elements |
Defined: |
XML Representation Summary |
||||||||||||
<reminder |
||||||||||||
|
||||||||||||
> |
||||||||||||
|
||||||||||||
</reminder> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
A user may optionally define a reminder for this appointment. Reminders
</xsd:documentation>
for recurring appointments will be sent periodically before the appointment as per the rules defined in the reminder subschema. A non-recurring event may have the following: <li>Define no reminders</li>
<li>Define a reminder with <set> = "true"</li>
<li>
Define a reminder with <set> = "false" (
</li>
<b>useless</b>
)
<br/>
A recurring meeting may have any of the following:
<li>Define no reminders</li>
<li>
Define a recurring reminder with all instances receiving reminders
</li>
<li>
To define no reminders by default, but to define reminders for particular
</li>
meeting instances in the exception body: Create a reminder <set> = "false", and turn it on and/or modify it for particular instances. <li>
To define a recurring reminder, but turn it off for particular meeting instances: Create a
</li>
reminder <set> = "true", and turn it off for particular instances. <br/>
If the event's reminder subschema is non-existent, yet the exception body has a reminder blob,
then the exception reminder is ignored. The alternative is to require 1..1. <!--
<xsd:annotation> <xsd:documentation> A user may optionally define 1 to 4 reminders for this event for each device type. Reminders are hosted on .NET Calendar, but they use .NET Alerts as a gateway to deliver the actual notification. Client-support for reminders is also included in the base schema. The user may define any or all of the four kinds of reminders: <br/><br/> <table cellpadding="1" cellspacing="1" border="1"> <tr> <td align="center"><b>Value</b></td> <td align="center"><b>Description</b></td> </tr> <tr> <td>client</td> <td>Client performs the reminder</td> </tr> <tr> <td>email</td> <td>.NET Calendar sends an email to the specified address (via??)</td> </tr> <tr> <td>messenger</td> <td>.NET Calendar sends a messenger alert to the user (via .NET Alerts)</td> </tr> <tr> <td>mobile</td> <td>.NET Calendar sends a mobile alert to the user (via .NET Alerts)</td> </tr> </table> </xsd:documentation> </xsd:annotation> --> </xsd:element>
|
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>
|