import { GetServerSidePropsContext } from "next"; import { useSession } from "next-auth/client"; import { getSession } from "@lib/auth"; import prisma from "@lib/prisma"; import { inferSSRProps } from "@lib/types/inferSSRProps"; import Loader from "@components/Loader"; import SettingsShell from "@components/SettingsShell"; import Shell from "@components/Shell"; export default function Embed(props: inferSSRProps) { const [, loading] = useSession(); if (loading) { return ; } const iframeTemplate = ``; const htmlTemplate = `Schedule a meeting${iframeTemplate}`; return (

iframe Embed

The easiest way to embed Cal.com on your website.