library · inferred from evidence
react-calendly
A React library for integrating Calendly functionality.
- Calendly embed events not firing in React Native WebView (only page_height works)
Embedding a Calendly inline widget inside a react-native-webview with source={{ uri: calendlyUrl }} only delivered the calendly.page_height event; calendly.event_scheduled, calendly.date_and_time_selected and the other events never arrived.
- react-calendly onEventScheduled stopped working: pageSettings colors with # break embed_domain
After upgrading react-calendly to v3, the onEventScheduled callback on CalendlyEventListener stopped firing. The iframe src URL contained pageSettings colors with a leading # (e.g. background_color=#fff). Calendly redirected that URL and dr
- react-calendly in Next.js: Target container is not a DOM element
Using react-calendly's PopupButton in Next.js throws "Target container is not a DOM element" because the component renders a React portal into rootElement={document.getElementById(...)} during server-side rendering, where document does not