Our pure JavaScript Scheduler component


Post by Gopika »

Hi Team,

I am using Bryntum Scheduler 3.1.7 (TRIAL VERSION).
I have a backend where I am storing events created in scheduler.

When I am trying to create a recurring event, the UI duplicates the events. But on refresh it goes.
Do you have any idea why this happens so. I am using crudManger and on load I can see only one event for the recurring event.

Thanks

Attachments
duplicateRecur.jpg
duplicateRecur.jpg (39.68 KiB) Viewed 680 times

Post by alex.l »

Hi Gopika,

Make sure you save these events properly with all data it requires. Please, check data.json in this example and compare with your data:
https://bryntum.com/examples/scheduler/recurrence/

If you still have problems, please provide a runnable demo, so we can investigate what exactly is going on. You could use our examples as a base for that demo application.

All best,
Alex

All the best,
Alex


Post by Gopika »

Hi Alex,

I dont have issue when I load the scheduler. The recurring events shows up correctly. But when I save a new recurring event at that time only this duplicate comes. But after refresh it shows correctly.

I have attached the screenshots of payload and response from server.
I will try to create a small demo app.

But if you can let me know any leads from this it would be great.

Thanks.

Attachments
This is load, which works fine.
This is load, which works fine.
loadResponseJson.JPG (24.05 KiB) Viewed 674 times
The response I get from server in sync
The response I get from server in sync
responseSync.JPG (43.71 KiB) Viewed 674 times
The payload that is send when sync happens
The payload that is send when sync happens
syncPayload.JPG (39.8 KiB) Viewed 674 times

Post by alex.l »

Thanks for your explanation, I was able to reproduce it in our released version, but it's fixed in the latest not released version. This fix will be available in a few weeks with the next major release of the Scheduler.
All best,
Alex

All the best,
Alex


Post Reply