New to Kendo UI for jQueryStart a free 30-day trial

Expand

methods

Expands the event for a specific period based on the recurrenceRule option.

Parameters:startDate

The start date of the occurrence period.

endDate

The end date of the occurrence period.

timeZoneIdString

The time zone ID used to convert the recurrence rule dates.

Returns:Array

list of occurrences.

<script>
var event = new kendo.data.SchedulerEvent({
    id: 1,
    title: "Lunch",
    start: new Date("2013/4/4 12:00"),
    end: new Date("2013/4/4 13:00"),
    recurrenceRule: "FREQ=DAILY"
});

var occurrences = event.expand(new Date("2013/4/4"), new Date("2013/5/4"), "Etc/UTC");
</script>
Not finding the help you need?
Contact Support