The item is in the template for scheduleeventsettings.
<ScheduleEventSettings DataSource="@_dataSource" AllowEditing="true" AllowAdding="false" AllowDeleting="false" TValue="CalendarItem">
<Template>
<div>@((MarkupString)(context as CalendarItem)?.Subjection)</div>
</Template>
</ScheduleEventSettings>