|
GData JavaScript Client 1.8 | ||||||||
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_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
Indicates that an event may be modified by way of a set of local overrides that will not be propagated back to the organizer. |
<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
The participant can read and reply to the event invitation. |
<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_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.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |