GoHighLevel Calendar Integration Test

Current Configuration
GHL API Key: ✅ Set
GHL Location ID: GlXu7Q1MYlAsL0SsnLQn
Calendar ID: verification-calls (default)
Calendar URL: ⚠️ Using default
Test GHL API Connection

This will test if your GHL API key and location ID are working correctly.

Test Calendar Widget

This will open the GHL calendar booking widget with test data.

Note: The calendar will only work if you've created it in GoHighLevel and added the correct Calendar ID to your environment variables.

Setup Instructions
  1. Log into your GoHighLevel account
  2. Go to Settings → Calendars
  3. Create a new calendar called "Verification Calls"
  4. Connect your Google Calendar in the calendar settings
  5. Get the Calendar ID from the URL or embed code
  6. Update your .env.local file with:
    GHL_CALENDAR_ID=your-calendar-id
    NEXT_PUBLIC_GHL_CALENDAR_URL=your-widget-url
  7. Restart your dev server