Hi
Emanuele,
When
we create a new appointment, by default it will be added in the AddedRecords
like the below picture.
|
public void OnActionBegin(Syncfusion.Blazor.Schedule.ActionEventArgs<AppointmentData> args)
{
if (args.ActionType ==
ActionType.EventCreate)
{
Console.WriteLine(args.AddedRecords[0].Subject);
}
}
|
Output:


Kindly
check the attached sample and let us know if you need any assistance.
Regards,
Ruksar Moosa Sait
Attachment:
SchedulerAddedRecords_6d60c91d.zip