ASPxClientSchedulerStorageControl.GetAppointmentById(onSuccess, appointmentId) Method
Client-side function that returns an appointment with the specified ID.
Declaration
GetAppointmentById(
onSuccess: (arg: string) => void,
appointmentId: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| onSuccess | (arg: string) => void | A handler of a function which will receive and process the appointments. |
| appointmentId | string | An appointment’s identifier. |
See Also