Issue 83: GCal event source only displays up to 25 events
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by generalm...@maddogsportsbar.com, Aug 19, 2009
What steps will reproduce the problem?
1. Adding recurring events to Google Calendar
2. Once you have numerous events per night, recurring daily/weekly it
overloads and stops showing events for certain days.

What is the expected output? What do you see instead?
Once you reach a limit (for example, 2 recurring events daily) and you add
a new event for a day, fullcalendar will drop an event from the RSS feed
completely.  It will not show any events for a given day, or days because
of this.

What version of the product are you using? On what operating system?
Latest download (1.2.1.  XP)

Please provide any additional information below.
You can view this problem live at:
http://maddogsportsbar.com/events.php

Everytime I make a change or the client updates the calendar, previous
events stop showing up.  If we 'touch' the missing events and save in
Google, another event will be lost.  So there must be a limit inside of
fullcalendar's programming.
Aug 30, 2009
Project Member #1 adamrs...@gmail.com
hello!
yes indeed, i confirm this bug, sorry you are experiencing it. it is a problem w/ 
fullcalendar interfacing w/ google's feed api. by default, google gives you 25 results 
max. fc needs to explicitly tell it to give more. i have modified gcal.js to return all 
the events for a given month (attached). this will be included in the next release. 
thank you for reporting this bug!
gcal.js
2.0 KB   View   Download
Summary: GCal event source only displays up to 25 events
Status: Accepted
Sep 8, 2009
#2 inspirin...@gmail.com
I have uploaded the javascript for this.  Thank you kindly!  Works like a charm with
numerous events.

However, when each month is pulled in (first loading the page or advancing to another
month) I receive an error message.  The pop-up simply says "82" without the quotes. 
Any thoughts?

Thank you again!
Sep 8, 2009
#3 inspirin...@gmail.com
Quick note -- I looked at the revised gcal.js file and noticed
"alert(events.length);" on line 65.  Which is pretty straight forward.  I just
commented this out as I don't need to debug the length, etc.  Works great with no
errors or pop-ups now!

Thanks.
Sep 8, 2009
Project Member #4 adamrs...@gmail.com
haha yes, that was for my own debugging, forgot to take that out. attached is the same 
file w/o that annoying alert, for anyone else. thanks
gcal.js
1.9 KB   View   Download
Sep 21, 2009
Project Member #5 adamrs...@gmail.com
this is fixed in 1.3 (and backported to 1.2.2) thanks
Status: Fixed
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released