Scenario: I need to setup an appointment/job for a customer.  I need to send 3 employees/resources.
Can this be done with DayPilot.  Three DB tables would be involved.
Employees
  idEmp
  EmpName
  ...
Appointment
  idAppointment
  Start
  End
  ...
EmpAppointments
  idAppointment
  idEmp