{!props.eventType.requiresConfirmation && (
)}
{!props.user.hideBranding && (
)}
{!props.eventType.requiresConfirmation && (
)}
{props.eventType.requiresConfirmation && (
)}
{props.eventType.requiresConfirmation ? "Submitted" : "This meeting is scheduled"}
{props.eventType.requiresConfirmation ? `${ props.user.name || props.user.username } still needs to confirm or reject the booking.` : `We emailed you and the other attendees a calendar invitation with all the details.`}
What
{eventName}
When
{date.format("dddd, DD MMMM YYYY")}
{date.format(is24h ? "H:mm" : "h:mma")} - {props.eventType.length} mins{" "} ({localStorage.getItem("timeOption.preferredTimeZone") || dayjs.tz.guess()})
{location && (
<>
{date.format(is24h ? "H:mm" : "h:mma")} - {props.eventType.length} mins{" "} ({localStorage.getItem("timeOption.preferredTimeZone") || dayjs.tz.guess()})
Where
{location}
>
)}