Create Reminder

Create a reminder on a Google Calendar.

Options

Field Definition Type Required
Calendar A dropdown list of your available calendars on which to create the calendar event. Dropdown TRUE

Input

Field Definition Type Required
Event
Event ID Identifier of the event. String 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 Method by which a reminder is sent; options are Email or Notification. Dropdown TRUE
Minutes Amount of minutes that need to elapse before the reminder is issued; range is from 1 to 40320. String FALSE
Note

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

Related topics

Google Calendar connector

Workflow elements

Google Calendar API documentation