DefaultPixelSDK.scheduler.onMeetingBooked(function (booking) { if (typeof sourcePixel !== "function") return; sourcePixel("event", "customEvent", { name: "meeting_booked", email: booking && booking.personEmail, meetingId: booking && booking.meetingId, startTime: booking && booking.startTime });});