public class

AccessLevelProperty

extends ValueConstruct
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ValueConstruct
       ↳ com.google.gdata.data.calendar.AccessLevelProperty

Class Overview

GData schema extension describing how much a given user may do with a given event or calendar.

Summary

Fields
public static final AccessLevelProperty EDITOR On a calendar, allows full owner access except an editor may not change access control settings on the calendar.
public static final AccessLevelProperty FREEBUSY The event shows up as busy time only.
public static final AccessLevelProperty NONE The event is not visible.
public static final AccessLevelProperty OVERRIDE Only applies to events.
public static final AccessLevelProperty OWNER The user is the event organizer or the owner of the calendar.
public static final AccessLevelProperty READ The event details are readable.
public static final AccessLevelProperty RESPOND Only applies to events.
public static final AccessLevelProperty ROOT The calendar server itself.
[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
AccessLevelProperty()
AccessLevelProperty(String value)
Public Methods
static ExtensionDescription getDefaultDescription()
[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

Fields

public static final AccessLevelProperty EDITOR

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.

public static final AccessLevelProperty FREEBUSY

The event shows up as busy time only.

public static final AccessLevelProperty NONE

The event is not visible.

public static final AccessLevelProperty OVERRIDE

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.

public static final AccessLevelProperty OWNER

The user is the event organizer or the owner of the calendar.

public static final AccessLevelProperty READ

The event details are readable.

public static final AccessLevelProperty RESPOND

Only applies to events. The participant can read and reply to the event invitation.

public static final AccessLevelProperty ROOT

The calendar server itself. Cannot be used by any user.

Public Constructors

public AccessLevelProperty ()

public AccessLevelProperty (String value)

Parameters
value

Public Methods

public static ExtensionDescription getDefaultDescription ()