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

Check for a resource or attendee conflict on save

1 Answer 182 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Logan
Top achievements
Rank 1
Veteran
Logan asked on 30 Mar 2018, 12:49 PM

I am writing an asp.net mvc app that uses the scheduler to my  allow users as well as resources to manage their own calendars (including recurring events).  I also allow users to create events that require both attendees as well as resources to attend.

 

I need to be able to validate that the newly proposed event does not have any conflicts with the resources and attendees.  I would be good to do this in the browser, but ultimately it needs to also be done on the server because multiple people could be doing scheduling at the same time.

 

The big question is how to handle possible recurrence

 

Thanks!

-Logan

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 03 Apr 2018, 10:11 AM
Hi Logan,

Kendo Scheduler supports expanding recurrence events only on client-side. I would suggest you to refer to the links below from our Forum where similar topic is discussed: 
- https://www.telerik.com/forums/recurrencerule-server-side-parsing
- https://www.telerik.com/forums/parsing-recurrencerule-server-side

Here you will find a link to the Scheduler Demo that demonstrates how to implement restrictions for the events on the client. 

Regards,
Neli
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Logan
Top achievements
Rank 1
Veteran
Answers by
Neli
Telerik team
Share this question
or