Skip to content

Scheduler Releases

Feature
SchedulerCalendarView — Monthly calendar grid with swipe navigation, event indicators, overflow badges, and day selection
Feature
SchedulerAgendaView — Day/multi-day timeline with hourly time slots, overlap detection, and event positioning
Feature
SchedulerCalendarListView — Vertically scrolling event list grouped by day with infinite scroll in both directions using CollectionView virtualization
Feature
ISchedulerEventProvider — Shared data interface for all three views with event fetching, selection callbacks, and date/time interaction hooks
Feature
Multiple timezone support — Agenda view displays additional timezone columns with sticky abbreviation headers
Feature
24-hour / 12-hour time format — Agenda view supports both formats via Use24HourTime, affecting time labels, event times, and current time marker
Feature
Current time marker — Agenda view shows a live red line with exact time display, updating every minute
Feature
Apple Calendar-style date picker — Default horizontal date carousel for agenda view with circle selection, customizable via DayPickerItemTemplate
Feature
Sticky day headers — Agenda view displays full date headers above each day column, persistent during scroll
Feature
Custom DataTemplates — All visual elements (events, headers, day pickers, overflow, loaders) replaceable via template properties
Feature
Gesture support — Swipe/pan navigation and pinch-to-zoom on all views via AllowPan and AllowZoom
Feature
Date constraintsMinDate/MaxDate on all views to limit navigation, selection, and infinite scroll boundaries
Feature
Multi-day events — Automatically handled across all views, spanning multiple days with per-day duplication
Feature
All-day events — Displayed in a top section (agenda) or sorted to top (calendar, event list)
Feature
Styleable separators — Agenda view hourly separator lines configurable via SeparatorColor
Feature
AOT-safe — All bindings use static lambda overloads, fully compatible with .NET trimming and NativeAOT
Feature
Built-in default templatesDefaultTemplates static class provides 6 reusable template factories