Merge change 25885 into eclair
* changes: handle calendars with an access level of "root"
This commit is contained in:
@@ -110,6 +110,7 @@ public final class Calendar {
|
|||||||
public static final int EDITOR_ACCESS = 600;
|
public static final int EDITOR_ACCESS = 600;
|
||||||
/** Full access to the calendar */
|
/** Full access to the calendar */
|
||||||
public static final int OWNER_ACCESS = 700;
|
public static final int OWNER_ACCESS = 700;
|
||||||
|
/** Domain admin */
|
||||||
public static final int ROOT_ACCESS = 800;
|
public static final int ROOT_ACCESS = 800;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user