[Solved] Fetch Json from MySQL in Jquery calender
Depends on the programming language you are using, if you’re using Java/php, create a service method which would get the JSON from the database and return the JSONobject through ajax, and introduce it into the calendar through jquery javascript. i would also recommend you to use full calendar as its very easy to grasp. $(‘#calendar’).fullCalendar({ … Read more