Class google.gdata.calendar.CalendarAclRole
Object
|
+--google.gdata.AclRole
|
+--google.gdata.calendar.CalendarAclRole
- class
google.gdata.calendar.CalendarAclRole
- extends google.gdata.AclRole
Describes the Calendar roles of an entry in the Calendar access
control list.
Defined in gdata.js
Field Summary |
<static> <final> String |
VALUE_EDITOR
The specified users have full edit access to the calendar, except that they
can't change the calendar's access control settings. |
<static> <final> String |
VALUE_FREEBUSY
The specified users can see only the free/busy information on the calendar,
not the details of events. |
<static> <final> String |
VALUE_NONE
The specified users have no rights. |
<static> <final> String |
VALUE_OWNER
The specified users have full owner access to the calendar. |
<static> <final> String |
VALUE_READ
The specified users have read-only access to the calendar. |
<static> <final> String |
VALUE_ROOT
The specified users have administrator access to the calendar server. |
Constructor Summary |
google.gdata.calendar.CalendarAclRole(<Object> opt_params)
Constructs a Calendar role using an object parameter whose property names
match the setter method to use for each property.
|
VALUE_EDITOR
<static> <final> String VALUE_EDITOR
The specified users have full edit access to the calendar, except that they
can't change the calendar's access control settings.
VALUE_FREEBUSY
<static> <final> String VALUE_FREEBUSY
The specified users can see only the free/busy information on the calendar,
not the details of events.
VALUE_NONE
<static> <final> String VALUE_NONE
VALUE_OWNER
<static> <final> String VALUE_OWNER
The specified users have full owner access to the calendar.
VALUE_READ
<static> <final> String VALUE_READ
The specified users have read-only access to the calendar.
VALUE_ROOT
<static> <final> String VALUE_ROOT
The specified users have administrator access to the calendar server.
Available only in Google Apps For Your Domain.
google.gdata.calendar.CalendarAclRole
google.gdata.calendar.CalendarAclRole(<Object> opt_params)
Constructs a Calendar role 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
Documentation generated by
JSDoc on Thu Oct 18 16:10:01 2007