Insert
|
|||||
|
|
Creates an access control rule
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- See, edit, share, and permanently delete all the calendars you can access using Google Calendar
Input
This building block consumes 9 input parameters
Name | Format | Description |
---|---|---|
calendarId Required |
STRING |
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 |
sendNotifications |
BOOLEAN |
Whether to send notifications about the calendar sharing change. Optional. The default is True |
etag |
STRING |
ETag of the resource |
id |
STRING |
Identifier of the ACL rule |
kind |
STRING |
Type of the resource ("calendar#aclRule") |
role |
STRING |
The role assigned to the scope. Possible values are:
|
scope |
OBJECT |
The scope of the rule |
scope.type |
STRING |
The type of the scope. Possible values are:
|
scope.value |
STRING |
The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default" |
= Parameter name
= Format
calendarId STRING Required 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 |
sendNotifications BOOLEAN Whether to send notifications about the calendar sharing change. Optional. The default is True |
etag STRING ETag of the resource |
id STRING Identifier of the ACL rule |
kind STRING Type of the resource ("calendar#aclRule") |
role STRING The role assigned to the scope. Possible values are:
|
scope OBJECT The scope of the rule |
scope.type STRING The type of the scope. Possible values are:
|
scope.value STRING The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default" |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
etag |
STRING |
ETag of the resource |
id |
STRING |
Identifier of the ACL rule |
kind |
STRING |
Type of the resource ("calendar#aclRule") |
role |
STRING |
The role assigned to the scope. Possible values are:
|
scope |
OBJECT |
The scope of the rule |
scope.type |
STRING |
The type of the scope. Possible values are:
|
scope.value |
STRING |
The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default" |
= Parameter name
= Format
etag STRING ETag of the resource |
id STRING Identifier of the ACL rule |
kind STRING Type of the resource ("calendar#aclRule") |
role STRING The role assigned to the scope. Possible values are:
|
scope OBJECT The scope of the rule |
scope.type STRING The type of the scope. Possible values are:
|
scope.value STRING The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default" |