You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I like so much this useful calendar, but I've a little issue that hope you help me to find a solution...
I can't use php on my server (php is not allowed) so the Server has got a special executeAjaxEvent with a callback function in which I've data returned...
for example :
I request all events in 2018 (year) with executeAjaxEvent(2018)...
and after request... I get results in this callback function... with ondatareceive...
And.... only at this point I've events available to fill the calendar....
How can I use this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi everyone,
I like so much this useful calendar, but I've a little issue that hope you help me to find a solution...
I can't use php on my server (php is not allowed) so the Server has got a special executeAjaxEvent with a callback function in which I've data returned...
for example :
I request all events in 2018 (year) with executeAjaxEvent(2018)...
and after request... I get results in this callback function... with ondatareceive...
And.... only at this point I've events available to fill the calendar....
How can I use this?
Thanks in advance
The text was updated successfully, but these errors were encountered: