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

Event only showing when moving whit next or prev button #753

Closed Tacc0 closed 6 years ago

Tacc0 commented 6 years ago

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?

Tacc0 commented 6 years ago

I solved my problem. No code needed on the html file like above.

cablegunmaster commented 6 years ago

Please provide solution, or tell what you did to solve it. 👍

Tacc0 commented 6 years ago

I remove the code where i was creating the var calendar. I probably misunderstood the guide.