Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAUI/Scheduler/AI-Powered-Smart-Scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# AI-powered Appointment Booking with .NET MAUI Scheduler (SfScheduler)

This guide walks you through building a smart scheduling interface using .NET MAUI Scheduler ([SfScheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html)) powered by AI via Azure OpenAI. Utilizing the new AI AssistView ([SfAIAssistView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html)) control, users can easily book appointments and check resource availability with the help of AI assistance.
This guide walks you through building a smart scheduling interface using [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) ([SfScheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html)) powered by AI via Azure OpenAI. Utilizing the new AI AssistView ([SfAIAssistView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html)) control, users can easily book appointments and check resource availability with the help of AI assistance.

## Integrating Azure OpenAI with the .NET MAUI App

Expand Down
2 changes: 1 addition & 1 deletion MAUI/Scheduler/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
---

# Customization of .NET MAUI Scheduler
Customization of the .NET MAUI Scheduler lets you adjust its views, appearance, and functionality to match your application requirements.
Customization of the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) lets you adjust its views, appearance, and functionality to match your application requirements.

## Change different scheduler views

Expand Down
2 changes: 1 addition & 1 deletion MAUI/Scheduler/agenda-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ this.Content = scheduler;

## Agenda appointment template

The Syncfusion .NET MAUI Scheduler allows users to customize the visual representation of agenda appointments by defining data templates, enhancing usability within the application. Users can customize the appointment text, icon, image, or view based on their needs and appointment details.
The [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) allows users to customize the visual representation of agenda appointments by defining data templates, enhancing usability within the application. Users can customize the appointment text, icon, image, or view based on their needs and appointment details.

{% tabs %}
{% highlight XAML hl_lines="5" %}
Expand Down
4 changes: 2 additions & 2 deletions MAUI/Scheduler/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords : .net maui scheduler, .net maui horizontal scheduler, maui appointment

This section explains how to populate the appointments to the Scheduler as well as the essential aspects for getting started with the Scheduler and also provides a walk-through to configure the [.NET MAUI Scheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html) control in a real-time scenario. Follow the steps below to add a .NET Scheduler control to your project.

To quickly get started with the .NET MAUI Scheduler, watch this video.
To quickly get started with the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler), watch this video.

{% youtube "https://www.youtube.com/watch?v=Io2ElO8ORSQ" %}

Expand Down Expand Up @@ -326,6 +326,6 @@ this.scheduler.AppointmentsSource = appointment;
{% endhighlight %}
{% endtabs %}

N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted)
N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted). Looking for the full .NET MAUI Scheduler component overview, features, pricing, and documentation? Visit the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) page.

![adding-scheduler-appointments-in-maui-scheduler](images/getting-started/adding-scheduler-appointments-in-maui-scheduler.png)
2 changes: 1 addition & 1 deletion MAUI/Scheduler/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ Appointments.Add(new SchedulerAppointment()
Background = Brush.LightSkyBlue,
});
//Adding the scheduler appointment collection to the AppointmentsSource of the .NET MAUI Scheduler.
//Adding the scheduler appointment collection to the AppointmentsSource of the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler).
scheduler.AppointmentsSource = Appointments;
this.Content = scheduler;
Expand Down
6 changes: 4 additions & 2 deletions MAUI/Scheduler/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords : .net maui scheduler, maui appointment scheduling, .net maui agenda vi

# Overview of .NET MAUI Scheduler (SfScheduler)

The Syncfusion<sup>&reg;</sup> .NET MAUI Scheduler (SfScheduler) has nine different types of built-in configurable view modes that provides all the common scheduling functionalities to display appointments in different views, and allows users to create and manage appointments efficiently. It exposes user interface for custom working days and hours, and basic operations such as viewing daily/all day/spanned appointments, date navigation, selection, and Data binding to different sources.
The [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) (SfScheduler) has nine different types of built-in configurable view modes that provides all the common scheduling functionalities to display appointments in different views, and allows users to create and manage appointments efficiently. It exposes user interface for custom working days and hours, and basic operations such as viewing daily/all day/spanned appointments, date navigation, selection, and Data binding to different sources.

![overview-in-maui-scheduler](images/overview/overview-in-maui-scheduler.png)

Expand Down Expand Up @@ -62,4 +62,6 @@ The Syncfusion<sup>&reg;</sup> .NET MAUI Scheduler (SfScheduler) has nine differ

* **Custom start and end hours**: The event scheduler timeslot view can be displayed with specific time durations by hiding the unwanted hours.

![flexible-working-hours-in-maui-scheduler](images/overview/flexible-working-hours-in-maui-scheduler.png)
![flexible-working-hours-in-maui-scheduler](images/overview/flexible-working-hours-in-maui-scheduler.png)

N> Looking for the full .NET MAUI Scheduler component overview, features, pricing, and documentation? Visit the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) page.