| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ValueConstruct | ||
| ↳ | com.google.gdata.data.calendar.AccessLevelProperty | ||
GData schema extension describing how much a given user may do with a given event or calendar.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EDITOR | On a calendar, allows full owner access except an editor may not change access control settings on the calendar. | ||||||||||
| FREEBUSY | The event shows up as busy time only. | ||||||||||
| NONE | The event is not visible. | ||||||||||
| OVERRIDE | Only applies to events. | ||||||||||
| OWNER | The user is the event organizer or the owner of the calendar. | ||||||||||
| READ | The event details are readable. | ||||||||||
| RESPOND | Only applies to events. | ||||||||||
| ROOT | The calendar server itself. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
On a calendar, allows full owner access except an editor may not change access control settings on the calendar. On an event, the user may edit the event.
Only applies to events. OVERRIDE access indicates that an event may be modified by way of a set of local overrides that will not be propagated back to the organizer.
The user is the event organizer or the owner of the calendar.
Only applies to events. The participant can read and reply to the event invitation.
The calendar server itself. Cannot be used by any user.
| value |
|---|