Hi Derrick,
Greetings from Syncfusion Support..!
We have validated your shared query “I would like to disable the timezone fields as well as the UTC offset that is applied to the Start and End dates before they are saved to the DataSource” at our end. And we suspect that your requirement is to disable the timezone filed in the editor window and if we disabled those fields then the user can’t able to change the time zone for the event while creating/editing it. And for the same, we have prepared a sample using CSS Property and it can be viewed from the following link.
Code snippet:
.e-time-zone-container {
display: none;
} |
And for further reference, we may use our own customized editor window too using the editorTemplate Scheduler’s property. And for that, kindly refer the below UG link,
Kindly try the above solution and if we misunderstand your requirement, kindly let us know more details about the use case scenario/video demo/image of your requirements for the better serve.
Regards,
Hareesh