[]
Gets or sets the CategoryList object which holds the set of categories assigned to the appointment. Categories may be associated with an appointment to effectively group appointments. An appointment may be associated with multiple categories.
public CategoryList Categories { get; set; }
This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage storage.