Class google.gdata.calendar.IcalUIDProperty
Object
|
+--google.gdata.calendar.IcalUIDProperty
- class
google.gdata.calendar.IcalUIDProperty
Describes the UID in the ical export of the event. The value can be
an arbitrary string and is described in section 4.8.4.7 of RFC 2445. This
value is different from the value of the event ID. Currently a read-only
entry.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.calendar.IcalUIDProperty(<Object> opt_params)
Constructs an ical export UID property using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
value
{string|undefined} value
Value. This attribute is required.
google.gdata.calendar.IcalUIDProperty
google.gdata.calendar.IcalUIDProperty(<Object> opt_params)
Constructs an ical export UID 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
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009