📱 Synchronize events & attendees between KlickTipp and Google Calendar

⚡ 61 views · 📱 Social Media & Email Marketing

Description

Synchronize Events Attendees Between KlickTipp and Google Calendar.png Community Node Disclaimer: This workflow uses KlickTipp community nodes.

Introduction

This workflow creates a complete two-way synchronization between KlickTipp and Google Calendar.
When a contact in KlickTipp is tagged, an event is automatically created in Google Calendar.
If event status changes or if attendees respond, their RSVP status and event status are reflected in KlickTipp — keeping your contact database, campaigns, and event insights always up to date.

Perfect for marketers, coaches, or event organizers who want to automatically send event invites and instantly capture participation status without manual updates.

How it works

Google Calendar → KlickTipp:

This template keeps your KlickTipp list in sync with Google Calendar across the full event lifecycle.
For every incoming event, the workflow follows these steps:

  1. Watch Google Calendar events

    • Listens for:
      • Event Created
      • Event Updated
      • Event Cancelled
  2. Iterate through attendees

    • Each attendee is handled as a separate item.
    • This ensures accurate contact updates and tagging even for large events or webinars.
  3. Filter attendees (optional)

    • Attendees from internal or excluded email domains can be filtered out before any processing.
  4. Check if the attendee already exists in KlickTipp

    • If the contact exists → update the contact.
    • If the contact does not exist → subscribe the contact (with Single or Double Opt-In, depending on action).
  5. Transfer event data to KlickTipp

    • Event details (summary, description, location, start and end time) are written into KlickTipp custom fields.
    • Contacts always reflect the most recent event information.
  6. Route by attendee response status

    • Attendees are routed based on their responseStatus:
      • needsAction → contact was added to an event
      • accepted → event confirmed
      • declined → event declined
      • tentative → event considered
  7. Apply tags in KlickTipp

    • Based on event type and attendee status, the workflow applies the corresponding tags:
      • Event created / updated
      • Event canceled
      • Event confirmed
      • Event declined
      • Event considered

KlickTipp → Google Calendar:

Setup Instructions

  1. KlickTipp Preparation

    • Prepare custom fields - Google Calendar | event summary, data type: “Single line” - Google Calendar | event description, data type: “Single line” - Google Calendar | event location, data type: “Single line” - Google Calendar | event start datetime, data type: “Datetime” - Google Calendar | event end datetime, data type: “Datetime”
    • Prepare tags: - Google Calendar | event created/updated - Google Calendar | event canceled - Google Calendar | event declined - Google Calendar | event confirmed
      - Google Calendar | event considered - Send an event invitation via Google Calendar
    • Prepare outbound: - Activation tag: Send an event invitation via Google Calendar - Activation URL: webhook URL from trigger
  2. Credential Configuration

    • Connect your Google Calendar account using Client ID and Client Secret from the Google Cloud.
    • Authenticate your KlickTipp connection with username/password credentials (API access required).

Customization

đź”— Nodes Used

Google Calendar, Google Calendar Trigger, Filter

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup