Thank you for contacting Syncfusion support.
We have prepared the sample to disable the timescale in Scheduler for all views which can be download from the below location.
<Code>
<ej-schedule id="Schedule1" width="100%" height="525px" currentDate="5/2/2017" [timeScale.enable]="false"
[appointmentSettings.dataSource]=dataSource
[appointmentSettings.applyTimeOffset]="false"
appointmentSettings.id="Id"
appointmentSettings.subject="Subject"
appointmentSettings.startTime="StartTime"
appointmentSettings.endTime="EndTime"
appointmentSettings.allDay="AllDay"
appointmentSettings.recurrence="Recurrence"
appointmentSettings.recurrenceRule="RecurrenceRule">
</ej-schedule>
</Code>
Regards,
Karthigeyan