gcal bug backported

v1.2.x
Adam Shaw 2009-09-21 09:48:16 +00:00
parent b1dfeee9e4
commit 0a00aa0a3f
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
version 1.2.2 (9/21/09)
- backport of gcal max-results bug
version 1.2.1 (6/29/09)
- bugfixes
- allows and corrects invalid end dates for events

View File

@ -26,7 +26,8 @@
{
'start-min': $.fullCalendar.formatDate(start, 'c'),
'start-max': $.fullCalendar.formatDate(end, 'c'),
'singleevents': true
'singleevents': true,
'max-results': 9999
},
function(data) {
var events = [];