Modifier and Type | Class and Description |
---|---|
class |
Calendar.Acl.Delete |
class |
Calendar.Acl.Get |
class |
Calendar.Acl.Insert |
class |
Calendar.Acl.List |
class |
Calendar.Acl.Patch |
class |
Calendar.Acl.Update |
class |
Calendar.Acl.Watch |
Constructor and Description |
---|
Acl() |
Modifier and Type | Method and Description |
---|---|
Calendar.Acl.Delete |
delete(String calendarId,
String ruleId)
Deletes an access control rule.
|
Calendar.Acl.Get |
get(String calendarId,
String ruleId)
Returns an access control rule.
|
Calendar.Acl.Insert |
insert(String calendarId,
AclRule content)
Creates an access control rule.
|
Calendar.Acl.List |
list(String calendarId)
Returns the rules in the access control list for the calendar.
|
Calendar.Acl.Patch |
patch(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Update |
update(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Watch |
watch(String calendarId,
Channel content)
Watch for changes to ACL resources.
|
public Calendar.Acl.Delete delete(String calendarId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.IOException
public Calendar.Acl.Get get(String calendarId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.IOException
public Calendar.Acl.Insert insert(String calendarId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.content
- the AclRule
IOException
public Calendar.Acl.List list(String calendarId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.IOException
public Calendar.Acl.Patch patch(String calendarId, String ruleId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.content
- the AclRule
IOException
public Calendar.Acl.Update update(String calendarId, String ruleId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.content
- the AclRule
IOException
public Calendar.Acl.Watch watch(String calendarId, Channel content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.content
- the Channel
IOException
Copyright © 2011–2025 Google. All rights reserved.