Sorry I have the following dilemma and I can't get out of it. In my Db I have the start & end dates for the events as you can see from the 'success load db' shows them both, but already on eventRender it has lost the end date. On event I have no particular configurations. Where did 'end' go? See Image 1 if end is different from start then it brings it back to me well. See Image 2
another question why if the event goes from 07/03/2021 7:30 to 08/03/2021 15:56 on the weekly calendar, daily etc will select me only one box of a single day?
events: {
url:"../php/fetch-event.php",
method: 'POST',
failure: function() {
alert('Nessun Evento Trovato.');
},
success: function(content, xhr) {
console.log('Success Load data db=',content)
}, [enter image description here][1]
},