Posted 3 December 2024, 8:31 am EST
Hello,
It seems you want to assign specific labels to each appointment. If so, you can use the CustomData property of Appointment to assign a label to Appointment as follows:
c1Schedule1.DataStorage.AppointmentStorage.Appointments[0].CustomData = c1Schedule1.DataStorage.LabelStorage.Labels[0].Text;
Please refer to the attached sample for implementation. (see Schedule_Sample.zip)
Please let us know if it helps. If not, or if you have a different requirement, please share more details on your requirement/use case.
Regards,
Uttkarsh.