Good day!
I'm using my own business objects to populate a scheduler using Linq-to-SQL within the scheduler's VisibleRangeStart and VisibleRangeEnd. Now I want to be able to support recurrence, but I'm not sure where to start. What properties should I add to my custom Appointment class/object to support recurrence? How do I retrieve recurrences using Linq-to-SQL? How do I update or delete an occurence or the entire series? Your help will really be appreciated.
Thanks!!!
I'm using my own business objects to populate a scheduler using Linq-to-SQL within the scheduler's VisibleRangeStart and VisibleRangeEnd. Now I want to be able to support recurrence, but I'm not sure where to start. What properties should I add to my custom Appointment class/object to support recurrence? How do I retrieve recurrences using Linq-to-SQL? How do I update or delete an occurence or the entire series? Your help will really be appreciated.
Thanks!!!