Our pure JavaScript Scheduler component


Post by johan.isaksson »

Could you please supply part of your server response for me to use in debugging?

Best regards,
Johan Isaksson

Post by jhankar »

Sample response JSON:

{
    "events": {
        "rows": [
            {
                "average": 275,
                "duration": 202,
                "overage": -26,
                "id": 19,
                "name": "Test Feed ",
                "startDate": "2022-04-01T03:00:00",
                "endDate": "2022-04-01T09:22:00",
                "taskID": 78,
                "eventType": 12,
                "parameters": "none",
                "durationUnit": "minutes",
                "eventStyle": "plain",
                "cls": "alert",
                "iconCls": "b-fa b-fa-triangle-exclamation",
                "eventColor": "blue",
                "eventID": null,
                "preamble": null,
                "postamble": "5 minute"
            }
        ]
    }
}

Post by johan.isaksson »

Thanks, will use that and try to reproduce the issue

Best regards,
Johan Isaksson

Post by johan.isaksson »

Tried reproducing it in a very simple app, but it worked for me. Attaching code I used. Could you try and modify it to reproduce what you are seeing?

Attachments
sync.zip
(2.67 KiB) Downloaded 47 times
Best regards,
Johan Isaksson

Post by johan.isaksson »

After our call I was able to reproduce the issue, ticket opened here: https://github.com/bryntum/support/issues/4668

Best regards,
Johan Isaksson

Post Reply