Our pure JavaScript Scheduler component


Post by zvondic »

I tried to change Websockets demo to work with recurringEvents.
But any success.
I added line scheduler.features.recurringEvents=true and edited data.json in server/data folder:

"recurrenceRule" : "FREQ=DAILY"
"recurrenceRule" : "FREQ=DAILY;INTERVAL=5"

Can you help me what is wrong ?
Thanks Josef.
Attachments
websockets.zip
(503.46 KiB) Downloaded 129 times

Post by zvondic »

I forgot to write that problem is that recurring events are not be painted.
Josef.

Post by alex.l »

Hi zvondic,

Thanks for providing your code example.
The problem in the way you enabled recurringEvents feature.
According to our docs here https://www.bryntum.com/docs/scheduler/#guides/basics/features.md you need to enable features in the scheduler's features config, but not after scheduler initialization.

I tried it with your example and it works for me.

All best,
Alex

All the best,
Alex


Post Reply