gpb_ics_sync_retry_delay
Description
Filter the retry delay calculation. Default uses exponential backoff: 5 minutes, 15 minutes, 60 minutes
Usage
Applied globally
add_filter( 'gpb_ics_sync_retry_delay', 'my_custom_function' );
Parameters
$delay
int
The calculated delay in seconds.
$attempt
int
The attempt number (1-based).
$config_id
int
The calendar config ID.
$object_id
int
The bookable object ID.
$object_type
string
The bookable object type.