- Booking {props.eventType.requiresConfirmation ? "Submitted" : "Confirmed"} + {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.` - : `You are scheduled in with ${props.user.name || props.user.username}.`} + : `We emailed you and the other attendees a calendar invitation with all the details.`}
- {eventName} -
-
-
+ {date.format(is24h ? "H:mm" : "h:mma")} - {props.eventType.length} mins{" "} + + ({localStorage.getItem("timeOption.preferredTimeZone") || dayjs.tz.guess()}) + +
-
-