Is there a way to make the scheduler always fetch fresh data from the Server when editing an Event? Per default event data is cached until the page is refreshed, I would like it to be always fresh when I double click an event to edit its data.
p.s. scheduler.config.prevent_cache = true; is set
Hello,
That config option controls only the initial or subsequent load calls.
What you can try though - is to reload particular event (if you are using your own server side script) or whole data inside “onBeforeLightbox” event.
Kind regards,
Ilya