Issue 857: Events duplicte when new month is visited
Status:  Done
Owner: ----
Closed:  May 2011
Reported by zubairma...@gmail.com, Mar 20, 2011
I am using a json event source for my calender. Every time a new month is visited and i get back to the month on which i have added the events. i get the duplicate events rendered.
when i navigate through the event array, i see duplicate events have same values for all its properties. 

There is absolutely no problem with my JSON feed (all added and deleted events are properly communicated to the database server).

An interesting thing is that, after adding the event to the calender if i refresh the page containing calender , this problem does not occur.

It only occurs when i add an event and immediately move to the next month and when i get back to the month where i added the event, i see duplicate events.

I tried all possibilities but to no avail. Please help.

I have attached my code file.

Thanks


default.aspx
8.2 KB   View   Download
Mar 21, 2011
Project Member #1 althaus.it
Please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON).

Status: Reproducing
Apr 15, 2011
#2 p.stud...@gmail.com
This is the same problem i am having here.

https://code.google.com/p/fullcalendar/issues/detail?id=904&sort=-id&colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars

The viewDisplay (in my case) recalls the eventAdd source over and over.. while i am on the same month..
May 8, 2011
Project Member #3 adamrs...@gmail.com
zubairma,
like what p.stud said, you are probably calling addEventSource or something within your trigger.
Status: Done