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

Set an event to display after every 3 days.

4 Answers 66 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Naga gopichand
Top achievements
Rank 1
Naga gopichand asked on 25 Jul 2016, 09:40 PM

Hello i wanted to know if there is a way to display an event after every 3 days.

 

http://dojo.telerik.com/EWIBo/3

 

In the above example i have few events and i wanted to display those events continuously for every 3 days irrespective of date.

4 Answers, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 26 Jul 2016, 08:52 AM
Hi Naga,


You can achieve the desired behavior by setting the following recurring rule to the desired events:

{
    Start: date,
    End: date,
    Title: "Test",
    IsAllDay: true,
    Description: "test",
    Employees: [1],
    RecurrenceRule: "FREQ=DAILY;INTERVAL=3",
},

Regards,
Vladimir Iliev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Naga gopichand
Top achievements
Rank 1
answered on 26 Jul 2016, 02:56 PM

i tried this in my example but did not work for me

http://dojo.telerik.com/EWIBo/12

0
Vladimir Iliev
Telerik team
answered on 27 Jul 2016, 08:09 AM
Hello Naga,

From the provided link it seems that the "recurrenceRule" field is not added to the dataSource "schema.model.fields".

Regards,
Vladimir Iliev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Vladimir Iliev
Telerik team
answered on 27 Jul 2016, 08:11 AM
Hello Naga,

Here is the example configuration:

schema: {
  model: {
    id: "shiftID",
      fields: {
        recurrenceRule: {from: "RecurrenceRule"},

Regards,
Vladimir Iliev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Scheduler
Asked by
Naga gopichand
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Naga gopichand
Top achievements
Rank 1
Share this question
or