You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Scheduler/resource-view.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ In Mobile platforms, the resource view for the day, week, and work week view whe
179
179
The hamburger icon color can be customized by using the `HamburgerIconColor` property of the [SchedulerResourceView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerResourceView.html?tabs=tabid-13%2Ctabid-6).
Copy file name to clipboardExpand all lines: MAUI/SmartScheduler/events.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,24 @@ documentation: ug
9
9
10
10
# Events in .NET MAUI AI-Powered Scheduler (SfSmartScheduler)
11
11
12
-
The `SfSmartScheduler` supports the `AssistAppointmentResponseCompleted` event to interact with .NET MAUI AI-Powered Scheduler.
12
+
The `SfSmartScheduler` supports the `AssistAppointmentResponseCompleted` event to interact with .NET MAUI smart Scheduler.
13
13
14
14
## AssistAppointmentResponseCompleted Event
15
15
16
-
The `SfSmartScheduler` control provides the `AssistAppointmentResponseCompleted` to respond an appointment is created or modified through AI assistance. The appointment, assistant response, handled and its action are passed through the `AssistAppointmentResponseCompletedEventArgs`. This argument provides the following details:
16
+
The `SfSmartScheduler` control provides the `AssistAppointmentResponseCompleted` to respond an appointment is created or modified through AI assistance. The appointment, assistant response, handled and action are passed through the `AssistAppointmentResponseCompletedEventArgs`. This argument provides the following details:
17
17
18
18
*[Appointment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointment.html) : The appointment details.
19
19
*`Handled` : The value indicates whether the event is handled or not.
20
-
*`AssistantResponse` : The appointment response detail.
20
+
*`AssistantResponse` : The appointment response.
21
21
*`Action` : The action indicates whether the appointment is added, edited or deleted.
22
22
23
23
The following example demonstrates how to handle the `AssistAppointmentResponseCompleted` event.
# Getting Started with the .NET MAUI AI-Powered Scheduler
12
12
13
-
This section explains how to add the AI-Powered scheduler as well as the essential aspects for getting started with the AI-Powered Scheduler and also provides a walk-through to configure the `.NET MAUI AI-Powered Scheduler` control in a real-time scenario. Follow the steps below to add a .NET AI-Powered Scheduler control to your project.
13
+
This section explains how to add the smart scheduler as well as the essential aspects for getting started with the smart Scheduler and also provides a walk-through to configure the `.NET MAUI Smart Scheduler` control in a real-time scenario. Follow the steps below to add a .NET Smart Scheduler control to your project.
14
14
15
15
{% tabcontents %}
16
16
{% tabcontent Visual Studio %}
@@ -27,7 +27,7 @@ Before proceeding, ensure the following are set up:
27
27
2. Name the project and choose a location. Then click **Next**.
28
28
3. Select the .NET framework version and click **Create**.
0 commit comments