External DocumentationTo learn more, visit the Google Calendar documentation.
Actions
Create Access Control Rule
Creates an access control rule.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Calendar ID | Calendar identifier. To retrieve calendar IDs use the List Calendars action. |
| Role | The role assigned to the scope. * none - Provides no access.* freeBusyReader - Provides read access to free/busy information.* reader - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.* writer - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar’s ACLs.* owner - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to manipulate ACLs. |
| Scope Type | The type of the scope. * default - The public scope. This is the default value.* user - Limits the scope to a single user.* group - Limits the scope to a group.* domain - Limits the scope to a domain. |
| Scope Value | The email address of a user or group, or the name of a domain, depending on the scope type. |
| Parameter | Description |
|---|---|
| Send Notifications | Whether to send notifications about the calendar sharing change. |
{
"kind": "<string>",
"etag": "<string>",
"id": "<string>",
"scope": {
"type": "<string>",
"value": "<string>"
},
"role": "<string>"
}
Was this page helpful?