I have been reading through the docs found here and I assume what I want is the editCreateDialog but the docs seem pretty unclear, in the template all I see is:
[editDialogCreate]="editDialogCreate">
But I don’t see how that is changing anything or where to change any of the actual items. I want to change some things such as changing rooms to different technicians that are pulled in from the database.
The editDialogCreate is a function which is called when the Scheduler’s Edit Dialog is created.
You can see how it is used for customizing the edit dialog in this Example.