|
GData JavaScript Client 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.calendar.AccessLevelProperty
Describes how much a given user may do with an event or calendar.
Defined in gdata.js
Field Summary | |
String|Undefined |
value
Value. |
<static> <final> String |
VALUE_CONTRIBUTOR
An access level on the calendar as a whole; the principal is a delegate only for those events for which the principal was the event creator. |
<static> <final> String |
VALUE_EDITOR
On a calendar, allows full owner access except an editor may not change access control settings on the calendar. |
<static> <final> String |
VALUE_FREEBUSY
The event shows up as busy time only. |
<static> <final> String |
VALUE_NONE
The event is not visible. |
<static> <final> String |
VALUE_OVERRIDE
Only applies to events. |
<static> <final> String |
VALUE_OWNER
The user is the event organizer or the owner of the calendar. |
<static> <final> String |
VALUE_READ
The event details are readable. |
<static> <final> String |
VALUE_RESPOND
Only applies to events. |
<static> <final> String |
VALUE_ROOT
The calendar server itself. |
Constructor Summary | |
google.gdata.calendar.AccessLevelProperty(<Object> opt_params)
Constructs an access level 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. |
Field Detail |
String|Undefined value
<static> <final> String VALUE_CONTRIBUTOR
<static> <final> String VALUE_EDITOR
<static> <final> String VALUE_FREEBUSY
<static> <final> String VALUE_NONE
<static> <final> String VALUE_OVERRIDE
<static> <final> String VALUE_OWNER
<static> <final> String VALUE_READ
<static> <final> String VALUE_RESPOND
<static> <final> String VALUE_ROOT
Constructor Detail |
google.gdata.calendar.AccessLevelProperty(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value
Method Detail |
String|Undefined getValue()
void setValue(<String|Undefined> value)
value
- Value or undefined for none
|
GData JavaScript Client 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |