Hi Byron,
Thank you for contacting Syncfusion support.
We would like to inform that our documentation is correct. In your code example, parent tag <e-views> is not used which is cause for the issue. Kindly refer the below code example.
<ejs-schedule #scheduleObj width='100%' height='650px' [selectedDate]="selectedDate" [eventSettings]="eventSettings" [currentView]="currentView" [views]='view'
(eventRendered)="oneventRendered($event)">
<e-views>
<e-view option="Day" startHour='10:00' endHour='18:00' ></e-view>
<e-view option="Week" startHour='10:00' endHour='18:00' ></e-view>
</e-views>
</ejs-schedule>
Regards,
Karthi