Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Use Calendar with events on a javascript callback function... #754

Open quantaxproj opened 6 years ago

quantaxproj commented 6 years ago

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