Getting Started with the .NET MAUI Smart Scheduler
Syncfusion’s Smart Scheduler blends the familiar Scheduler control with AI intent understanding, so users can create, update, and explore appointments in natural language instead of tapping through forms. This short getting-started video shows how to stand it up in a .NET MAUI app.
What you’ll learn
- What SfSmartScheduler adds — conversational scheduling on top of Syncfusion’s existing Scheduler views
- Project setup — installing
Syncfusion.Maui.SmartComponentsand callingConfigureSyncfusionAIServices() - Wiring an inference service — implementing
IChatInferenceServiceso the assist button can talk to your AI provider - Drop-in XAML — initializing
SfSmartSchedulerwith month view and the assist button enabled - Natural-language CRUD — creating and updating appointments from prompts rather than manual entry
Watch the full video for the live setup path, then follow Syncfusion’s docs and demos when you’re ready to plug in Azure OpenAI, OpenAI, or another provider.