Some events dont show in Safari Browser

When i test it in Chrome its all okay, and it works.

When i test it in FireFox it works, Microsoft Edge works as well but if i use Safari in a mac some events dont show. But it’s only some.

The type of event that shows :

                    $newEvent = new ProjetoInterno();
		            $newEvent->id = $newId;
                    $newEvent->text = 'Some Text';
                    $newEvent->start_date = date('Y-m-d',strtotime($first->data)).' '.$first->horai;
                    $newEvent->end_date = date('Y-m-d',strtotime($last->data)).' '.$last->horaf;
                    $newEvent->type = $type;
                    $newEvent->state = 1;
                    $newEvent->intern = '0';
                    $newEvent->stamp = 'keyValue';
                    $newEvent->arraytpmar = $newCollection->where('data','=',$key)->toJson();
                    $newEvent->table = 'tfref';
                    $newEvent->tpmar = '';
                    $newEvent->numProject = 025463;
                    $newEvent->u_numtec1 = '';
                    $newEvent->u_nametec1 = '';
                    $newEvent->client = 'Some Name';

Event Doesnt Shows:

            		$newEvent = new ProjetoInterno();
            		$newEvent->id = $NewID;
            		$newEvent->text = 'Some Text';
            		$newEvent->start_date = $dataopen;
           		    $newEvent->end_date = $enddate;
           		    $newEvent->type = $type;
            		$newEvent->state = 0;
            		$newEvent->intern = '0';
			        $newEvent->tpmar = '';
			        $newEvent->arraytpmar = [];
            		$newEvent->stamp = $bo->bostamp;
            		$newEvent->table = 'bo';
           		    $newEvent->numProject = 014522;
	    		    $newEvent->u_numtec1 = '';
           		    $newEvent->u_nametec1 = '';
            		$newEvent->client = 'Some Name';

I am using the scheduler.load to a route and json.

My Problem is only the second object, i dont know why but something is not letting it display in Safari.

Thank you and have a good day!

Hello @Alexandre_F ,

The issue could be connected with the specific parsing of sting dates in the Safari browser, could you please provide your parse_date config:
https://docs.dhtmlx.com/scheduler/api__scheduler_parse_date_template.html

You also can check our troubleshooting guide:
https://docs.dhtmlx.com/scheduler/troubleshooting.html

If it wont help, could you please reproduce the issue in our demo tool:
Open the following snippet => reproduce the issue => click the “Save” button => send me the new link)?