Class google.gdata.calendar.SendEventNotificationsProperty
Object
|
+--google.gdata.calendar.SendEventNotificationsProperty
- class
google.gdata.calendar.SendEventNotificationsProperty
Describes whether to send event notifications to other participants of
the event.
Defined in gdata.js
Field Summary |
{String|undefined} |
value
Whether to send event notifications to other participants of the event. |
Method Summary |
Boolean|undefined
|
getValue()
Returns whether to send event notifications to other participants of the
event.
|
void
|
setValue(<Boolean|undefined> value)
Sets whether to send event notifications to other participants of the event.
|
value
{String|undefined} value
Whether to send event notifications to other participants of the event.
This attribute is required.
google.gdata.calendar.SendEventNotificationsProperty
google.gdata.calendar.SendEventNotificationsProperty(<Object> opt_params)
Constructs a send event notifications property using an object parameter
whose property names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value
getValue
Boolean|undefined getValue()
Returns whether to send event notifications to other participants of the
event. This attribute is required.
Returns:
Whether to send event notifications to other participants of the event or undefined for none
setValue
void setValue(<Boolean|undefined> value)
Sets whether to send event notifications to other participants of the event.
This attribute is required.
Parameters:
value
- Whether to send event notifications to other participants of the event or undefined for none
Documentation generated by
JSDoc on Mon Jul 21 17:09:08 2008