The DevExpress MVC Scheduler provides a client-side API that can be used to obtain information on the currently selected appointment.
The AppointmentsSelectionChanged property specifies a function that will handle the appointment selection. Within that function the client-side GetAppointmentProperties method is used to obtain appointment property values.
Note: The Scheduler is in read-only mode. You cannot modify appointments, delete them or create new appointments.