I am creating an application…
The backoffice of it will have the Scheduler, but on the front I dont want to load it.
The question is:
How do I update from the front, so the new event will be in the scheduler…
I am creating an application…
The backoffice of it will have the Scheduler, but on the front I dont want to load it.
The question is:
How do I update from the front, so the new event will be in the scheduler…
Scheduler normally takes data from events table, so just save correct record in table and it will appear in Scheduler after page|data refreshing.
But that is not an option, since this is not online (when will the next update/refresh/reload will be???)
I can allways make refresh to the page, but I would like to update ALL clients about a new event in the front online.
If not that then there is no point in having the “live-event”
There is ability to update all active scheduler clients, but it assumes that all of them active and online