176fb777fc
* fix: exclude booking responses from calendar/CRM integrations for seated events For seated events (events with seatsPerTimeSlot), booking responses are now excluded from being sent to calendar integrations (Google Calendar, etc.), CRM integrations (HubSpot, Salesforce, etc.), and other integrations. This applies to both creating new seated bookings and rescheduling seated bookings. The calendar event and CRM records are still created, but without the custom booking field responses included in the description/notes. Co-Authored-By: anik@cal.com <adhabal2002@gmail.com> * test * Refactor Office 365 Calendar OAuth redirect URI Removed debug logging for redirect URI and client ID. * test * check * Update Prisma connection logic for integration tests Refactor database connection handling for integration tests. * update * Refactor conditionals and simplify role handling * Add test comment in index.ts * Remove integration test flag from index.ts Remove integration test flag from database connection logic. * update --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>