English

Google Meet

Connect Google Meet to create video meeting links for bookings, demos, consultations, and virtual appointments in your condoo.Vibe app.

The Google Meet connector lets applications you build with condoo.Vibe create and use video meeting links as part of your product workflows.

You can use Google Meet for:

Google Meet becomes especially useful when combined with Google Calendar.

Connect Google Meet. Define when a meeting should be created. condoo.Vibe builds it into the workflow.

Google Meet vs Google Calendar

These connectors often work together, but they solve different parts of the experience.

Google Meet provides the video meeting.

Google Calendar manages the calendar event.

For example:

Consultation Confirmed
        ↓
Create Google Meet
        ↓
Create Google Calendar Event
        ↓
Add Meet Link
        ↓
Invite Customer

Together, they can create a complete remote-meeting workflow.

Before You Start

You'll need the Google account and authorization required by condoo.Vibe's Google Meet connector.

Depending on the workflow, you may also want to connect Google Calendar so the meeting can be added to a calendar event and shared with attendees.

Connect Google Meet to condoo.Vibe

Open your condoo.Vibe project and go to Connectors.

Find Google Meet and select it.

condoo.Vibe Google Meet

Follow the Google authorization flow shown by condoo.Vibe.

condoo.Vibe Google Meet Config

Once connected, you can ask condoo.Vibe to create meeting functionality inside your application.

Create Your First Meeting Workflow

Suppose you're building a consultation platform.

Tell condoo.Vibe:

When a customer successfully books a virtual consultation, create a Google Meet link and attach it to the appointment. Show the meeting link on the customer's booking page.

Conceptually:

Booking Confirmed
       ↓
Google Meet
       ↓
Create Meeting
       ↓
Save Meeting Link
       ↓
Booking Page

The user books through your application and receives access to the meeting without you manually creating it.

Example: Sales Demo

For a SaaS sales workflow:

After a qualified lead schedules a product demo, create a Google Meet meeting and add the meeting link to the demo record.

You could then combine it with Google Calendar:

Create the corresponding Google Calendar event, add the customer as an attendee, and include the Google Meet link.

The workflow becomes:

Lead Qualified
      ↓
Demo Scheduled
      ↓
Google Meet
      ↓
Google Calendar
      ↓
CRM Updated

Example: Customer Onboarding

Suppose Agency customers receive an onboarding call.

You could ask:

When an Agency customer schedules onboarding, create a Google Meet meeting, add it to the onboarding appointment, and show the meeting link in their dashboard.

Then:

Send the customer an onboarding confirmation email through Resend containing the date, time, and meeting link.

Now several connectors work together:

Onboarding Scheduled
        ↓
Google Meet
        ↓
Google Calendar
        ↓
Resend
        ↓
Customer

Example: Virtual Appointment

For a health, coaching, consulting, or professional-services application:

Allow customers to book either an in-person or virtual consultation. If they choose Virtual, create a Google Meet link and include it in the confirmed appointment.

This adds conditional logic:

Appointment Type
      ↓
Virtual?
 ↙          ↘
Yes          No
 ↓            ↓
Create       Physical
Meet         Location

condoo.Vibe can build the workflow around that product rule.

Your application may need to store the generated meeting information alongside the relevant record.

For example:

Appointment

Customer:
Sarah Chen

Date:
September 15

Time:
2:00 PM

Meeting:
meet.google.com/...

You could ask condoo.Vibe:

Save the generated Google Meet link to the appointment so both the customer and assigned team member can access it later.

This prevents the meeting link from existing only temporarily.

Meeting links should appear only where appropriate.

For example:

Show the meeting link only to the customer who owns the booking and the team member assigned to the consultation.

This combines meeting functionality with authentication and authorization.

Add Attendees

When used alongside Google Calendar, you may want specific users invited.

For example:

Add the customer and assigned account manager as attendees to the calendar event containing the Google Meet link.

This creates a more complete meeting experience for both sides.

Rescheduling

If the meeting's date or time changes, your application should keep the surrounding workflow synchronized.

For example:

If the consultation is rescheduled, update the Google Calendar event while preserving the existing Google Meet link where appropriate.

The exact behavior depends on how you've designed the workflow.

Cancellations

If a meeting is cancelled:

Mark the appointment as cancelled, update or remove the associated Google Calendar event, and prevent the cancelled appointment from appearing in upcoming meetings.

You may also choose to keep the meeting record for historical purposes.

Avoid Duplicate Meetings

A repeated page load should not create a new Meet link every time.

Tie meeting creation to a real business event, such as:

Appointment confirmed

rather than:

Booking page opened

Conceptually:

Booking #10482
       ↓
One Meet Link
       ✓

not multiple meeting links for the same appointment.

Google Meet + Calendly

You can also combine Google Meet with Calendly.

For example:

Customer
   ↓
Calendly
   ↓
Time Selected
   ↓
Google Meet
   ↓
Virtual Meeting

If your Calendly configuration already creates Google Meet links directly, avoid duplicating that functionality unnecessarily.

The best implementation depends on where you want the meeting to be created and managed.

Google Meet + Resend

After creating a meeting, you can communicate the details.

For example:

After the virtual consultation is confirmed, send the customer an email containing the appointment time and Google Meet link.

The workflow becomes:

Meeting Created
      ↓
Resend
      ↓
Confirmation Email

Google Meet + Twilio

For reminders:

Send the customer an SMS reminder 30 minutes before the Google Meet consultation and include the meeting link.

Be mindful of SMS length and applicable messaging requirements.

Time Zones

Virtual meetings often involve users in different locations.

The Meet link itself isn't timezone-specific, but the surrounding event information is.

Make sure the application clearly displays the meeting time in the appropriate timezone.

For example:

September 15
2:00 PM WAT

rather than simply:

2:00 PM

when participants may be in different regions.

Common Problems

First determine whether the main appointment or booking succeeds.

For example:

The booking is saved correctly, but no Google Meet link is generated.

That isolates the issue to the Meet portion of the workflow.

Tell condoo.Vibe:

Google Meet creates the meeting successfully, but the link disappears after refreshing the booking page. Save the meeting reference to the appointment record.

Tell condoo.Vibe:

One confirmed appointment is creating multiple Google Meet links. Audit the trigger and ensure one appointment maps to one meeting.

If you're using Calendar + Meet together:

The Google Calendar event is created correctly, but it doesn't include the Google Meet link. Debug the meeting creation and event association without changing the appointment workflow.

Authorization fails

Check:

Provide any Google error message to Debug Mode without exposing private credentials.

Debugging Google Meet

A good Debug Mode request looks like:

Expected: After a virtual consultation is confirmed, the application should create a Google Meet link and save it to the appointment.

Actual: The appointment saves correctly, but no meeting link appears.

Google Calendar event creation is working.

Error: [PASTE ERROR IF AVAILABLE]

Debug the Google Meet portion of the workflow without changing the booking or calendar functionality.

This gives condoo.Vibe a narrow problem to investigate.

Test Your Meeting Workflow

Before publishing, test:

If your application supports both virtual and in-person appointments, test both paths.

A Good Google Meet Prompt

Define:

For example:

When a customer confirms a virtual consultation, create a Google Meet meeting and save the link to the appointment. Create a matching Google Calendar event using the appointment date and time, add the customer and assigned consultant as attendees, and include the meeting link. Show the link in the customer's portal and consultant dashboard. Send the customer a confirmation email through Resend. If the appointment is cancelled, update the calendar and mark it cancelled in the application.

That's a complete product workflow.

Think in Meeting Workflows

A useful model is:

BOOKING
   ↓
MEETING CREATION
   ↓
CALENDAR
   ↓
PARTICIPANTS
   ↓
NOTIFICATIONS
   ↓
MEETING

Google Meet provides the video-meeting layer.

condoo.Vibe builds everything around it into the product.

Next: Google Drive

Next, we'll look at Google Drive and how condoo.Vibe-built applications can work with files and documents stored in Google Drive.

We'll cover use cases such as: