@page "/" @code { protected override Task OnInitializedAsync() { NavigationManager.NavigateTo("/Calendar"); return base.OnInitializedAsync(); } }