Create Reminder

Create a reminder on a Google Calendar.

Scopes

See Action cards for the list of required OAuth scopes for this card.

Options

Field Definition Type Required

Calendar

Select the calendar on which to create the calendar reminder.

Dropdown TRUE

Input

Field Definition Type Required

Event

Event ID

Identifier of the event.

Text TRUE

Create Reminder for Recurring Event

Specifies whether a reminder is set for an event. Options are:

  • This event.
  • This and following events.
  • All events.
Dropdown TRUE

Reminder

Method

The method used to send the reminder.

Options are Email or Notification.

Dropdown TRUE

Minutes

Number of minutes that need to elapse before the reminder is issued. The range is from 1 to 40320.

Text FALSE

A maximum number of five reminders can be sent.

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