google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Api.Acl View Source
API calls for all endpoints tagged Acl
.
Link to this section Summary
Functions
Deletes an access control rule.
Returns an access control rule.
Creates an access control rule.
Returns the rules in the access control list for the calendar.
Updates an access control rule. This method supports patch semantics.
Updates an access control rule.
Watch for changes to ACL resources.
Link to this section Functions
calendar_acl_delete(connection, calendar_id, rule_id, optional_params \\ [], opts \\ []) View Source
Deletes an access control rule.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
- rule_id (String.t): ACL rule identifier.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
Returns
{:ok, %{}} on success {:error, info} on failure
calendar_acl_get(connection, calendar_id, rule_id, optional_params \\ [], opts \\ []) View Source
Returns an access control rule.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
- rule_id (String.t): ACL rule identifier.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
Returns
{:ok, %GoogleApi.Calendar.V3.Model.AclRule{}} on success {:error, info} on failure
calendar_acl_insert(connection, calendar_id, optional_params \\ [], opts \\ []) View Source
Creates an access control rule.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
- :sendNotifications (boolean()): Whether to send notifications about the calendar sharing change. Optional. The default is True.
- :body (GoogleApi.Calendar.V3.Model.AclRule.t):
Returns
{:ok, %GoogleApi.Calendar.V3.Model.AclRule{}} on success {:error, info} on failure
calendar_acl_list(connection, calendar_id, optional_params \\ [], opts \\ []) View Source
Returns the rules in the access control list for the calendar.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
- :maxResults (integer()): Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
- :pageToken (String.t): Token specifying which result page to return. Optional.
- :showDeleted (boolean()): Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
- :syncToken (String.t): Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
Returns
{:ok, %GoogleApi.Calendar.V3.Model.Acl{}} on success {:error, info} on failure
calendar_acl_patch(connection, calendar_id, rule_id, optional_params \\ [], opts \\ []) View Source
Updates an access control rule. This method supports patch semantics.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
- rule_id (String.t): ACL rule identifier.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
- :sendNotifications (boolean()): Whether to send notifications about the calendar sharing change. Note that there are no notifications on access removal. Optional. The default is True.
- :body (GoogleApi.Calendar.V3.Model.AclRule.t):
Returns
{:ok, %GoogleApi.Calendar.V3.Model.AclRule{}} on success {:error, info} on failure
calendar_acl_update(connection, calendar_id, rule_id, optional_params \\ [], opts \\ []) View Source
Updates an access control rule.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
- rule_id (String.t): ACL rule identifier.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
- :sendNotifications (boolean()): Whether to send notifications about the calendar sharing change. Note that there are no notifications on access removal. Optional. The default is True.
- :body (GoogleApi.Calendar.V3.Model.AclRule.t):
Returns
{:ok, %GoogleApi.Calendar.V3.Model.AclRule{}} on success {:error, info} on failure
calendar_acl_watch(connection, calendar_id, optional_params \\ [], opts \\ []) View Source
Watch for changes to ACL resources.
Parameters
- connection (GoogleApi.Calendar.V3.Connection): Connection to server
- calendar_id (String.t): 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.
optional_params (keyword()): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- :userIp (String.t): Deprecated. Please use quotaUser instead.
- :maxResults (integer()): Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
- :pageToken (String.t): Token specifying which result page to return. Optional.
- :showDeleted (boolean()): Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
- :syncToken (String.t): Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
- :resource (GoogleApi.Calendar.V3.Model.Channel.t):
Returns
{:ok, %GoogleApi.Calendar.V3.Model.Channel{}} on success {:error, info} on failure