Thank you

Booking ID: [booking_id]
Your Appointment Booked successfully!

We have sent your booking information to your email address.

Service:
[bookingpress_appointment_service]
Date & Time:
[bookingpress_appointment_datetime]
Customer Name:
[bookingpress_appointment_customername]
Add to Calendar

[bookingpress_appointment_calendar_integration]

[booking_confirm]
keyboard_arrow_up
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".simcal-event").forEach(function (el) { const title = el.getAttribute("title"); if (title) { el.textContent = title; // Ganti titik jadi judul el.style.fontSize = "10px"; el.style.whiteSpace = "nowrap"; el.style.overflow = "hidden"; el.style.textOverflow = "ellipsis"; el.style.display = "block"; el.style.textAlign = "center"; el.style.marginTop = "4px"; } }); });