import { TFunction } from "next-i18next"; import type { CalendarEvent } from "@calcom/types/Calendar"; import { Info } from "./Info"; const PersonInfo = ({ name = "", email = "", role = "" }) => (