Fullcalendar integration using JQUERY, MySQL & PHP with repeating events support

Recently, I was working on a project that required populating events from a MySQL database to a Fullcalendar using PHP and JQuery.The repeating events were set to repeat on a given frequency such as every (n) days/weeks/months/years. The client also…