Event calendars are a powerful tool that keeps track of upcoming events, schedules, appointments, and deadlines.
I am using FullCalendar plugin to create a calendar layout and make it dynamic using PHP and MySQL. Plugin is not dependent on any library, responsive, and automatically fits on the page. Different types of options and events are available to customize and control it.
In this tutorial, I show how you can create an event, update and delete an existing event, and load events in the FullCalendar JavaScript library using PHP AJAX and MySQL.
I am using FullCalendar v6 in the example and sweetAlert library to display an alert box to add/edit events.