For my custom event, I don't want the user to set an endTime, I want it to be calculated from other options selected. Also the same thing with the Subject, I want the subject to be generated from the options selected.
I'm guessing from what I have read in the documentation that the editorTemplate does NOT support vue? So I can't use databinding ?
Or is there any hooks to to be able to set the endtime? or when it saves?
Does it all have to be done in raw javascript? So if I have no visual element for the endTime, do I needs to create some kind of hidden element and try and hook various update events and update the hidden element or something?