gpb_rest_calculated_price
Filter the calculated per-unit price before returning to frontend.
gpb_show_unavailable_slots
Filter whether to show or hide unavailable slots. Defaults to true for the day endpoint and false for the simple display mode endpoint (`/availability/slots`).
gpb_notification_events
Filter the notification events.
gpb_entry_bookings_deleted
Fires after all bookings for an entry have been deleted.
gpb_pricing_calculated
Filter the final calculated price.
gpb_applicable_pricing_rules
Filter the applicable pricing rules.
gpb_booking_deleted
Fires after a booking is deleted.
gpb_resource_booking_deleted
Fires after a resource booking is deleted as part of service booking deletion.
gpb_before_booking_deleted
Filter to short-circuit booking deletion.
gpb_after_booking_created
Fires after creating a booking.
gpb_before_booking_created
Fires before creating a booking.
gpb_ics_sync_log_retention_days
Filter the number of days to keep sync logs.
gpb_ics_sync_retry_delay
Filter the retry delay calculation. Default uses exponential backoff: 5 minutes, 15 minutes, 60 minutes
gpb_ics_sync_max_retry_attempts
Filter the maximum number of retry attempts.