TDBPlanner vs. TPlannerWaitList

Hi,

is it possible to user the TPlannerWaitList component in combination with TDBPlanner (DB-aware planner)? Thank you for reply.

Yes, only that the PlannerWaitList is not DB-aware, so you'd need to populate the list from your code if the events in the waitlist are also normally coming from a database

Thank you very much for your quick reply!