Hello Team,
I have issue in implementation (delete/Edit) of Kendo scheduler Occurrence
After searching I found solution i.e. Recurrences Exception date in YYYY-MM-DDTHH: MM: 00.000Z Format but nothing happen.
Problem Explanation
Data Base:
Table with following fields (task ID, start, end, recurrence id, recurrence rule, recurrence exception)
task ID start end recurrence id recurrence rule recurrence exception
1 2016-08-23 08:00:00.000 2016-08-23 08:30:00.000 NULL FREQ=DAILY 2016-08-24 08:00:00.000
2 2016-08-24 08:00:00.000 2016-08-24 08:00:00.000 1 NULL NULL
When above data send to scheduler no exception come and one extra appointment created.
I am using client side scheduler. Is above mechanism correct?
How scheduler understand the task id =2 are deleted
Please suggest or provide link for both functionality i.e. (delete/Edit) of Kendo scheduler Occurrence
Thanks
I have issue in implementation (delete/Edit) of Kendo scheduler Occurrence
After searching I found solution i.e. Recurrences Exception date in YYYY-MM-DDTHH: MM: 00.000Z Format but nothing happen.
Problem Explanation
Data Base:
Table with following fields (task ID, start, end, recurrence id, recurrence rule, recurrence exception)
task ID start end recurrence id recurrence rule recurrence exception
1 2016-08-23 08:00:00.000 2016-08-23 08:30:00.000 NULL FREQ=DAILY 2016-08-24 08:00:00.000
2 2016-08-24 08:00:00.000 2016-08-24 08:00:00.000 1 NULL NULL
When above data send to scheduler no exception come and one extra appointment created.
I am using client side scheduler. Is above mechanism correct?
How scheduler understand the task id =2 are deleted
Please suggest or provide link for both functionality i.e. (delete/Edit) of Kendo scheduler Occurrence
Thanks