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.
If I click the refresh button it will change like the below screenshot.
This is generateSchedule function
function generateSchedule(viewName, renderStart, renderEnd, check_key)
…
Top comments (1)
Please give me this solution.