gpb_ics_import_look_ahead_months
Description
Filter the number of months to look ahead when importing events.
Usage
Applied globally
add_filter( 'gpb_ics_import_look_ahead_months', 'my_custom_function' );
Parameters
$months
int
The number of months to look ahead. Default 6.
$config_id
int
The calendar config ID.
$object_id
int
The bookable object ID.
$object_type
string
The bookable object type.