Hi Stuart,
Please accept my apologies for misleading you.
Yes, you are right that you can insert/ edit appointments by double-clicking them. When you are double-clicking on appointment the
AppointmentDoubleClick event is fired. This is the default behavior of the RadScheduler.
However the
AppointmentClick (single-click) event is fired only when the RadScheduler is
ReadOnly. This is because you can not handle both events
AppointmentClick and
AppointmentDoubleClick in one and the same time.
Kind regards,
Veronica Milcheva
the Telerik team