Hi,
is there any way to perform CRUD operations in the current state of the scheduler ? DataManager does not seem to be usable yet, so I am looking for a different path. I am trying
OnComplete(ActionEventArgs data)
which is called when something changes, but the Data property is missing the date values from StartTime and EndTime.
| Name | Value | Type |
▶ | Data | {{
"Id": 1,
"Subject": "Explosion of Betelgeuse Star",
"Location": "Space Centre USA",
"StartTime": {},
"EndTime": {},
"CategoryColor": "#1aaa55",
"Guid": "bab7a08e-2ea9-9ebd-0b96-be8e808890ff"
}} | object {Newtonsoft.Json.Linq.JObject} |
Is there any way to get to the data and manipulate the Data property or must I wait for the DataManager to be finished.
I am using the following configuration
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview5-19227-01" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core.RazorComponents" Version="17.1.0.47-beta" />
regards
Uwe Hein