Our powerful JS Calendar component


Post by gustavo.rosendo »

Hi guys,

We've been using the calendar for some months now and we are currently searching for a way to do realtime data updates to the calendar events.
Some of our users are logged into the system in multiple machines and using the calendar simultaneously, but when someone make changes to an event, they must refresh the page on the other machine to be able to see those changes.

Is there a suggested way to implement realtime sync in the calendar? I am planning on using socket.io but just wanted to check out with you first.

Thank you for your help,
Gustavo


Post by alex.l »

Hi Gustavo,

Yes, WebSockets will do the job. We don't have an example for Calendar, but it may be useful to check that for the Scheduler https://bryntum.com/examples/scheduler/websockets/ to understand the concept.

All the best,
Alex


Post Reply