There are many Action events according to the appointment-states (Deleted, Moved, Resized,...), but I can't find any event according to a create or add state.
What's the according event?
Best regards
Friedhelm
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 16 Aug 2012, 01:04 PM
Hello Friedhelm,
Thank you for writing.
You should use the CollectionChagned event of the Appointments collection of RadScheduler for the desired purpose. The current action Add/Remove etc, can be determined from the Action property in the event arguments.