element <reminder> (unified local)
Namespace:
Type:
Content:
complex, 6 elements
Defined:
locally at 2 locations in myCalendar.xsd
XML Representation Summary
<reminder>
   
Content: 
</reminder>
Content model elements (6):
interruptability (type xsd:int), lastSentTime (type xsd:dateTime), nextTriggerTime (type xsd:dateTime), offset (type xsd:int), set (type xsd:boolean), to (type hs:localizableString)
Included in content model of elements (2):
event (in getCalendarDaysResponse), updateReminderRequest
Definition Locations
Content Element Detail (all declarations; 6/6)
interruptability
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderType complexType
This optional element defines how interruptible this event is and it is 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.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="interruptability" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
This optional element defines how interruptible this event is and it is
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:documentation>
</xsd:annotation>
</xsd:element>

lastSentTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within reminderType complexType
Required by reminder engine.
XML Source (see within schema source)
<xsd:element name="lastSentTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Required by reminder engine.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

nextTriggerTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within reminderType complexType
Determines the next time to trigger reminder.
XML Source (see within schema source)
<xsd:element name="nextTriggerTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Determines the next time to trigger reminder.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

offset
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderType complexType
Specifies the offset, in minutes, of how long before the event the user should be reminded. Recommended values are the following: <table border="1" cellpadding="1" cellspacing="1"> <tr> <td align="center"><b>Value</b></td> <td align="center"><b>Description</b></td> </tr> <tr> <td>5, 10, 20, 30, 45</td> <td>5, 10, 20, 30, 45 minutes before the event</td> </tr> <tr> <td>60, 120, 180,</td> <td>1, 2, 3 hours before the event</td> </tr> <tr> <td>startTime - startDay</td> <td>The day of the event (reminder sent at 12:00am)</td> </tr> <tr> <td>startTime - (startDay - (1440 * x))</td> <td>"x" days before the event (reminder sent at 12:00am "x" days before)</td> </tr> </table>
XML Source (see within schema source)
<xsd:element name="offset" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the offset, in minutes, of how long before the
event the user should be reminded. Recommended values
are the following:
<table border="1" cellpadding="1" cellspacing="1">
<tr>
<td align="center">
<b>Value</b>
</td>
<td align="center">
<b>Description</b>
</td>
</tr>
<tr>
<td>5, 10, 20, 30, 45</td>
<td>5, 10, 20, 30, 45 minutes before the event</td>
</tr>
<tr>
<td>60, 120, 180,</td>
<td>1, 2, 3 hours before the event</td>
</tr>
<tr>
<td>startTime - startDay</td>
<td>The day of the event (reminder sent at 12:00am)</td>
</tr>
<tr>
<td>startTime - (startDay - (1440 * x))</td>
<td>
"x" days before the event (reminder sent at 12:00am "x" days before)
</td>
</tr>
</table>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

set
Type:
xsd:boolean, predefined, simple content
Defined:
locally within reminderType complexType
Boolean flag that indicates whether the reminder is active for this 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.
XML Source (see within schema source)
<xsd:element name="set" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Boolean flag that indicates whether the reminder is active for this
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:documentation>
</xsd:annotation>
</xsd:element>

to
Type:
hs:localizableString, simple content
Defined:
locally within reminderType complexType
Friendly name that this reminder is being sent to.
XML Source (see within schema source)
<xsd:element name="to" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Friendly name that this reminder is being sent to.
</xsd:documentation>
</xsd:annotation>
</xsd:element>