json_month_range

Maximum # months to return results for in JSON events API queries that don’t specify a range (default: 6)

Accepted values: integer

Context: Front-end (client/public.config.php)

To customize the default site-wide, uncomment and edit the following in public.config.php:

$_LW->REGISTERED_WIDGETS['events']['custom']['json_month_range']=6; // maximum # months to return results for in JSON API queries that don't specify a range (default: 6)

Or, on a per-request basis you can set start_date and/or end_date to specify any range.