Closed Tacc0 closed 6 years ago
I solved my problem. No code needed on the html file like above.
Please provide solution, or tell what you did to solve it. 👍
I remove the code where i was creating the var calendar. I probably misunderstood the guide.
Hi, i'm using bootstrap-calendar with flask. That work fine except for one thing. The event on the calendar are not showing up until i press next or prev button. In the example there are event for march 2013, when i load the page march 2013 has no event, if i move to april and again to march the event will showing up. I have the event.json.php file filled whit the event ( like the example) and the code for the calendar is that.
var calendar = $("#calendar").calendar( { language: 'it-IT', tmpl_path: "./static/tmpls/", events_source: './static/js/events.json.php' });
Can anyone help me?