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 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 drop down menu More Actions.
  4. Click on Troubleshooting Info.
  5. Copy the text that appears and paste it into the card.
String 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 to non-Google Calendar guests only
  • None: No notifications are sent
Dropdown FALSE
Delete Recurring Event
Delete Specify which event(s) 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