This is a migrated thread and some comments may be shown as answers.

SignalR and Recurrence exceptions not working correctly

2 Answers 61 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 20 Feb 2019, 09:09 PM
I am trying to hook up SignalR with the MVC scheduler based on the examples given in Github and when I try to make a recurrence exception the Update event is called to update the parent but there is never a trigger for the Create to create the new database entry for the recurrence exception. It is my understanding that when you create a recurrence exception it saves to the database as a new entry linking to the original recurrence via an Id( I don't remember if it is the RecurrenceId or a different one). Is this correct? If so is this a known error because I have used the Scheduler just as it is explained how to set it up in your tutorials and it works fine but now that I am using the SignalR method it is not working.

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 22 Feb 2019, 02:05 PM
Hello Brent,

Generally, the create method should get invoked when creating an exception. Could you please specify which is the exact example you've followed form our repo? Also, please inspect your Network tab, in order to get more information about whether the method is not defined on some other information. Basically, you should observe the two update and create requests, when creating the exception.


Regards,
Nencho
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
n/a
Top achievements
Rank 1
answered on 27 Feb 2019, 05:15 PM
For now I have put this on the back burner as I do not need to use SignalR and I seem to be having the same problem without SignalR Implemented so I started a separate post with screenshots about that. If that gets solved then I will try again with SignalR.
Tags
Scheduler
Asked by
n/a
Top achievements
Rank 1
Answers by
Nencho
Telerik team
n/a
Top achievements
Rank 1
Share this question
or