Hi,
I'm having trouble using displaying group availability.
The last one day of my event is not taken.
i'm using this parameter dp.eventEndSpec = "Date"; and not "Datetime" ( my choice)
How can I modify this to resolve my issue ?
args.cell.start => 2022-01-23T00:00:00
args.cell.end => 2022-01-27T00:00:00
i was trying to convert like this args.cell.start.toString("M/d/yyyy") but after it's compare two string and it's based on object
var used = children.filter(function(row) {
return !!row.events.forRange(args.cell.start, args.cell.end).length;
}).length;
Thanks for advance