import Head from "next/head"; import Link from "next/link"; import { useState } from "react"; import { useRouter } from "next/router"; import prisma from "../../lib/prisma"; import Modal from "../../components/Modal"; import Shell from "../../components/Shell"; import SettingsShell from "../../components/Settings"; import Avatar from "../../components/Avatar"; import { signIn, useSession, getSession } from "next-auth/client"; import TimezoneSelect from "react-timezone-select"; export default function Embed(props) { const [session, loading] = useSession(); const router = useRouter(); if (loading) { return
; } return (

Integrate with your website using our embed options.

Embed | Calendso

Iframe Embed

The easiest way to embed Calendso on your website.