Not sure if this is by design or not, but I thought I’d ask about it because it seems unintuitive to me.
If I pass in the following json to the event calendar for the colors parameters, for example:
{resource:'1',start:'2022-07-15T09:00:00',end:'2022-07-15T16:00:00',recurring:{repeat:'weekly',weekDays:'MO,TU,WE,TH,FR',until:'2022-07-18'},background:'white'}
I would expect July 18th to have a white background, since my until date is July 18th. However, mobiscroll seems to interpret an “until” date as anything prior to that date, but not including that date. Is this by design? I’m asking because this is unintuitive and contrary to generally accepted English grammar, and I’m wondering if this is perhaps an optional setting that I can control somehow.