Hi,
I tried using the setting scheduler.config.server_utc = false; but what happens is none of the events gets rendered in the schedule view.
Hi,
I tried using the setting scheduler.config.server_utc = false; but what happens is none of the events gets rendered in the schedule view.
Hello,
‘false’ is the default value of server_utc config. Assigning it from your code shouldn’t change anything in the app
I also thought so but removing that singe line from my code makes the schedule display none of the events i’m loading.
Are there any dependencies to this config that might cause this to happen?
what i mean is originally my setting was
scheduler.config.server_utc = true;
but when i removed this line (and also tried to set it to false) none of my events are being rendered in the scheduler view.