diff --git a/src/applications/calendar/query/PhabricatorCalendarEventQuery.php b/src/applications/calendar/query/PhabricatorCalendarEventQuery.php --- a/src/applications/calendar/query/PhabricatorCalendarEventQuery.php +++ b/src/applications/calendar/query/PhabricatorCalendarEventQuery.php @@ -226,7 +226,7 @@ $set = $event->newRecurrenceSet(); $recurrences = $set->getEventsBetween( - null, + $start_date, $end_date, $limit + 1);