|
GData JavaScript Client 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.Reminder
Describes a reminder on an event.
Defined in gdata.js
Field Summary | |
String|Undefined |
absoluteTime
Absolute time of the reminder. |
String|Undefined |
days
Number of days before the start time. |
String|Undefined |
hours
Number of hours before the start time. |
String|Undefined |
method
Method. |
String|Undefined |
minutes
Number of minute before the start times. |
<static> <final> String |
METHOD_ALERT
Causes an alert to appear when a user is viewing the calendar in a browser. |
<static> <final> String |
METHOD_ALL
|
<static> <final> String |
METHOD_EMAIL
Sends the user an email message. |
<static> <final> String |
METHOD_NONE
|
<static> <final> String |
METHOD_SMS
Sends the user an SMS text message. |
Constructor Summary | |
google.gdata.Reminder(<Object> opt_params)
Constructs a reminder using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
String|Undefined
|
getAbsoluteTime()
Returns the absolute time of the reminder. |
Number|Undefined
|
getDays()
Returns the number of days before the start time. |
Number|Undefined
|
getHours()
Returns the number of hours before the start time. |
String|Undefined
|
getMethod()
Returns the method. |
Number|Undefined
|
getMinutes()
Returns the number of minute before the start times. |
void
|
setAbsoluteTime(<String|Undefined> absoluteTime)
Sets the absolute time of the reminder. |
void
|
setDays(<Number|Undefined> days)
Sets the number of days before the start time. |
void
|
setHours(<Number|Undefined> hours)
Sets the number of hours before the start time. |
void
|
setMethod(<String|Undefined> method)
Sets the method. |
void
|
setMinutes(<Number|Undefined> minutes)
Sets the number of minute before the start times. |
Field Detail |
String|Undefined absoluteTime
String|Undefined days
String|Undefined hours
String|Undefined method
String|Undefined minutes
<static> <final> String METHOD_ALERT
<static> <final> String METHOD_ALL
<static> <final> String METHOD_EMAIL
<static> <final> String METHOD_NONE
<static> <final> String METHOD_SMS
Constructor Detail |
google.gdata.Reminder(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: absoluteTime, days, hours, method, and minutes
Method Detail |
String|Undefined getAbsoluteTime()
Number|Undefined getDays()
Number|Undefined getHours()
String|Undefined getMethod()
Number|Undefined getMinutes()
void setAbsoluteTime(<String|Undefined> absoluteTime)
absoluteTime
- Absolute time of the reminder or undefined for none
void setDays(<Number|Undefined> days)
days
- Number of days before the start time or undefined for none
void setHours(<Number|Undefined> hours)
hours
- Number of hours before the start time or undefined for none
void setMethod(<String|Undefined> method)
method
- Method or undefined for none
void setMinutes(<Number|Undefined> minutes)
minutes
- Number of minute before the start times or undefined for none
|
GData JavaScript Client 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |