Creates an access control rule.

External Documentation

To learn more, visit the Google Calendar documentation.

Basic Parameters

ParameterDescription
Calendar IDCalendar identifier. To retrieve calendar IDs use the List Calendars action.
RoleThe 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 TypeThe 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 ValueThe email address of a user or group, or the name of a domain, depending on the scope type.

Advanced Parameters

ParameterDescription
Send NotificationsWhether to send notifications about the calendar sharing change.

Example Output

{
  "kind": "calendar#aclRule",
  "etag": etag,
  "id": string,
  "scope": {
    "type": string,
    "value": string
  },
  "role": string
}

Workflow Library Example

Create Access Control Rule with Google Calendar and Send Results Via Email

Preview this Workflow on desktop