Delete Event

Delete an existing event on a Google Calendar.

Options

Field Definition Type Required

Calendar

A dropdown list of your available calendars on which to delete a calendar event.

Dropdown

TRUE

Input

Field Definition Type Required

Event

Event ID

Enter the ID of the event to delete. To find this ID, follow these steps:

  1. Go to the event debugging URL at https://www.google.com/calendar/render?gsessionid=OK&eventdeb=1
  2. Double-click to view the affected event.
  3. Select the More Actions dropdown menu.
  4. Click Troubleshooting Info.
  5. Copy the text that appears and paste it into the card.

Text

TRUE

Send Updates

Guests who should receive notifications about the event update, for example, title changes. Options are:

  • All: Notifications are sent to all guests
  • External Only: Notifications are sent only to guests that aren't Google Calendar users
  • None: No notifications are sent

Dropdown

FALSE

Delete Recurring Event

Delete

Specify which events to delete. Options are:

  • This event
  • This and following events
  • All events

Dropdown

TRUE

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.

Dropdown

Related topics

Google Calendar connector

Workflow elements

Google Calendar API documentation