Add User to Calendar

Add a user to a shared Google Calendar.

To use this action card successfully, the Google Calendarconnection for this card must use the credentials of the calendar's owner.

Options

Field Definition Type Required

Calendar

A dropdown list of your available calendars from which to remove a user.

Dropdown

TRUE

Send Notification?

Indicates if a notification is sent to the user after they're added to a shared Google Calendar.

True/False

TRUE

Input

Field Definition Type Required

User

Email

Email address of the user.

Text

TRUE

Role

Role of the user.

  • none: The user has no access.

  • freeBusyReader: The user has read access to free or busy information.

  • reader: The user has read access to the calendar. Private events appear to users with reader access, but event details are hidden.

  • writer: The user has read and write access to the calendar. Private events appear to users with writer access, and event details are visible.

  • owner: The user has ownership of the calendar. This role has the same permissions as the writer role, with the additional ability to see and manipulate Access Control Lists (ACLs).

Dropdown

TRUE

Once assigned, a calendar doesn't automatically appear in a user's calendar list. A user can add a newly assigned calendar using the Add this calendar link in the email notification received after the calendar is assigned.

Output

Field Definition Type

Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number

Access Rule

ID

Identifier of the ACL rule.

Text

Scope

How much calendar access is granted through the ACL rule.

Object

Type

Type of data returned.

  • 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.

The permissions granted to the default scope apply to any user, authenticated or not.

Text

Value

The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type default.

Text

Related topics

Google Calendar connector

Workflow elements

Google Calendar API documentation