Issue 2526: Full Calender - Events duplicate after ajax call.
Status:  Invalid
Owner: ----
Closed:  Aug 2015
Reported by ramu...@gmail.com, Jun 20, 2015
I am using a json event source for my calendar. Each time after ajax call when navigating among weeks or days or months events binding multiple times.
i am using below code in ajax

 var events = {
            url: "/Appointment/BookAppointment/",
            type: 'POST',
            data: {
                room: roomid, doctor: doctorid, Appdate: appDate, AppEndDate: appEndDateTime, ID: 0, WalkIn: walkin
            }
        }
        // $('#calendar').fullCalendar('removeEventSource', events);
        $('#calendar').fullCalendar('removeEvents');
        $('#calendar').fullCalendar('addEventSource', events);

Please help me.
I am using fullcalender2.0.2.

Thank You,
Ram.

calender.PNG
47.3 KB   View   Download
Aug 2, 2015
Project Member #1 adamrs...@gmail.com
could you follow these instructions for reporting a bug:

http://fullcalendar.io/wiki/Reporting-Bugs/

the most important part is the online recreation
Status: Invalid