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

Scheduler - Bi-Weekly View

2 Answers 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Art
Top achievements
Rank 1
Art asked on 02 Nov 2015, 08:15 PM

Hello,

 I have a scheduler setup (Kendo UI) with a recurring event every 2 weeks. Everything seems fine until you get to the New Year, it then goes to the first of the year (even though that is only 1 week away from 12/25/2015) and then continues to recur every 2 weeks from 01/01/2016.

 $("#dvCalendar").kendoScheduler({
date: new Date(),
views: [{ type: "month" }],
selectable: false,
dataSource: {
data: [{
id: 1,
start: new Date("2015/11/13 8:00"),
end: new Date("2015/11/13 17:00"),
title: "Payday",
description: "Payday",
recurrenceRule: "FREQ=WEEKLY; INTERVAL=2;"
}],
},
editable: false,
});

 

Result is fine until 12/25/2015, it then goes to 1/1/2016 and proceeds to recur every 2 weeks from 1/1/2016...

 Am I missing a setting or something? I am using version "Kendo UI Beta v2015.3.916" of the file kendo.web.min.js.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Art
Top achievements
Rank 1
answered on 02 Nov 2015, 09:16 PM

Here is a link to a JS Bin page:

 

https://jsbin.com/modutuqobi/edit?html,js,output​

0
Accepted
Vladimir Iliev
Telerik team
answered on 04 Nov 2015, 09:58 AM
Hello,

I already answered (that the issue is confirmed on our side) to this query in duplicated support ticket created by you - #984286. Please keep in mind that it is highly recommended that you keep related questions in one support thread or a forum post, so that we can easily keep track of your support history and provide better answers in a shorter time.

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Art
Top achievements
Rank 1
Answers by
Art
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or