hi,this is my scheduler datasource
Array(1)
0:
MagazziniSchedulerV2Created: “2021-11-09 16:50:00”
MagazziniSchedulerV2CreatedBy: “4550”
MagazziniSchedulerV2IDCodMag: “40”
MagazziniSchedulerV2Modified: “2021-11-09 16:50:00”
MagazziniSchedulerV2ModifiedBy: null
allDay: “false”
backgroundColor: “#F4511E”
dateEnd: “2021-11-18 23:59:59”
dateStart: “2021-11-18 00:00:00”
description: “eeee”
id: “20”
label: “eeee”
repeat:
repeatEnd: Thu Nov 11 2021 16:49:22 GMT+0100 (Ora standard dell’Europa centrale)
[[Prototype]]: Object
repeatFreq: “daily”
repeatInterval: 1
repeatOn: null
[[Prototype]]: Object
status: “free”
[[Prototype]]: Object
length: 1
[[Prototype]]: Array(0)
the field repeatEnd is correctly created as a new Date() javascript object but the scheduler is not reading it,
every other parameters is working fine.
i tryed using a string like the fields “dateStart” and “dateEnd” but is not working either.