What:
+{t("what")}:
{booking.title}
-Invitee Time Zone:
+{t("invitee_timezone")}:
{booking.user?.timeZone}
-When:
+{t("when")}:
{formatToLocalizedDate(startTime)}
{formatToLocalizedTime(startTime)}
Time left
+{t("time_left")}
Who:
+{t("who")}:
- {booking?.user?.name} - Organizer{" "} + {booking?.user?.name} - {t("organizer")}:{" "} {booking?.user?.email}
@@ -169,12 +173,16 @@ export function VideoMeetingInfo(props: VideoMeetingInfo) { )) : null} -