Daypilot won't display events on Scheduler, json response look likes ok.
only difference in json response: php 8.0 = "id":"12", php 8.1 = "id":12
manipulated json response with preg_replace: php 8.0 = "id":"12", php 8.1 = "id":"12"
the same, events are not displayed in the scheduler
No PHP warning or error, No JavaScript warning or error, No AJAX warning or error,...