Hi Andreas,
Thank you for reaching out and providing detailed information about the issue!
Your reported problem is considered a bug. The fix for this defect will be included in our upcoming weekly patch release, which is expected to be rolled out by September 24, 2024. You can track the status of the fix at the following link:
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.
Meanwhile, You can use the firstDayOfWeek property inside the component tag instead of views tag.
<div class="control-section"> <ejs-schedule width='100%' height='650px' [selectedDate]="selectedDate" [eventSettings]="eventSettings" [(currentView)]="currentView" (eventRendered)="onEventRendered($event)" [firstDayOfWeek]=1> <e-views> <e-view option="Year"></e-view> <e-view option="Week"></e-view> </e-views> </ejs-schedule> </div> |
Regards,
Swathi