DEV Community

Dmitriy Gusev
Dmitriy Gusev

Posted on

How to disable set random order of schedule in TUI-Calendar

I am using toast UI calendar for making schedule management in the Laravel project But I need to disable random order of schedule every day.

This is screenshot This is before clicking the refresh button

If I click the refresh button it will change like the below screenshot. This is after clicking the refresh button

This is generateSchedule function

function generateSchedule(viewName, renderStart, renderEnd, check_key)

Top comments (1)

Collapse
 
dmitriygusev1102 profile image
Dmitriy Gusev

Please give me this solution.