I am using SpecialSlotSource to define read only slots in my RadScheduleView.
I need to programatically add an appointment on a date but I don't have a specific time of day. I want to find the first editable slot on that date but don't want to iterate thru all my SpecialSlots & recurrence patterns of those slots to find it.
Is there an easier way to do this??
I see there is a CanEditSlot function in the SlotSelectionBehavior, but it is protected, so I cannot access it.
Any help with this would be greatly appreciated.
I need to programatically add an appointment on a date but I don't have a specific time of day. I want to find the first editable slot on that date but don't want to iterate thru all my SpecialSlots & recurrence patterns of those slots to find it.
Is there an easier way to do this??
I see there is a CanEditSlot function in the SlotSelectionBehavior, but it is protected, so I cannot access it.
Any help with this would be greatly appreciated.