I’m loading events to the calendar from a server side script (php), using json format.
Now I would like to set the right property in order to get “full day” events.
Client side I’ve enabled this attribute:
scheduler.config.full_day = true;
and it works.
But I don’t know how to “set” this parameter from the server.
I tried adding ‘full_day’ attribute set to true in the information returned via json but it doesn’t work.
Thank you,
Michele