The JavaScript Scheduler component supports RTL (right-to-left) direction.
Available since 2026.2.yyyy.
Use the rtl property to change the text direction in the Scheduler component.
<div id="scheduler"></div>
<script>
const scheduler = new DayPilot.Scheduler("scheduler", {
rtl: true,
// ...
});
scheduler.init();
</script>
DayPilot