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

Disable editing current occurrence for recurring appointment

1 Answer 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 24 Feb 2016, 02:14 PM

I need to prevent some users from modifying current occurrence of recurring appointment. I've built scheduler_edit function but now adding new appointments is also disabled. How to distinguish between them? I've also tried using e.event.isNew() but it didn't work because event is new in both current occurrence and adding new appointment.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 25 Feb 2016, 06:53 AM
Hi,

You can also check if the event is  e.event.isRecurring() that will make the difference between the two cases.

Regards,
Plamen
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Sam
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or