We need the ability to get the next occurrence of a recurring event given a start date. This has nothing to do with the scheduler widget but a function that can take a recurring event and start date and return the next occurrence instance (not all the occurrence). We need this to tell the user when they have their next appointment.
Thank you for the idea proposal. I believe that you can accomplish what you are after by using one of the following methods from scheduler's public API: http://docs.telerik.com/kendo-ui/api/web/scheduler#methods-occurrenceByUid http://docs.telerik.com/kendo-ui/api/web/scheduler#methods-occurrencesInRange