gcal bug backported
This commit is contained in:
parent
b1dfeee9e4
commit
0a00aa0a3f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue