import Head from "next/head";
import prisma from "../../lib/prisma";
import Shell from "../../components/Shell";
import SettingsShell from "../../components/Settings";
import { getSession, useSession } from "next-auth/client";
export default function Embed(props) {
const [session, loading] = useSession();
if (loading) {
return
;
}
return (
Embed | Calendso
Iframe Embed
The easiest way to embed Calendso on your website.
Calendso API
Leverage our API for full control and customizability.