support
support copied to clipboard
If event ends on day boundary, eventTooltip should show end date as the date during which the event ends.
Hey!
Could someone please explain how does the tooltip for the task extending work? Our use case is that we work only based on days, no hours needed. So extending the task to Friday in this case should indicate End Date: Apr 12, 2024 instead of 13th.
We have fillTicks and snap set to true. hoursPerDay is set to 24.
How should our tasks or calendars be configured then? I feel like I'm missing something and didn't implement it quite the right way.
Our task date fields are, for example
{
startDate: "2024-04-10T00:00:00",
endDate: "2024-04-12T23:59:59"
}
for a task that starts on 10th Apr and ends on 12th Apr.