I have some problems dealing with recurring events.
If I add a series, I can edit or delete the entire series. The problem is if I want to edit or delete only one occurrence.
If I try to delete only one occurrence nothing happens. The RadScheduler_AppointmentDelete event is not hit, the wait cursor spins for a couple of seconds and the event is still there.
If I edit only one occurrence a new appointment is stored in the database, with RecurrenceParentID set to the id of the parent appointment, and the series is still there. From what I have read this is standard behaviour.
But then if I want to edit this event, first I get the question whether I want to edit this occurrence or the entire series. If I manually set RecurrenceParentID=null in the database this question dissappears, but this invokes other problems.
Why is the first occurrence of the series e.Appointment.RecurrenceState == RecurrenceState.Exception after changing one of the other occurences?
How am I supposed to handle the RecurrenceExceptionCreated event?
Regards, Jill-Connie Lorentsen
If I add a series, I can edit or delete the entire series. The problem is if I want to edit or delete only one occurrence.
If I try to delete only one occurrence nothing happens. The RadScheduler_AppointmentDelete event is not hit, the wait cursor spins for a couple of seconds and the event is still there.
If I edit only one occurrence a new appointment is stored in the database, with RecurrenceParentID set to the id of the parent appointment, and the series is still there. From what I have read this is standard behaviour.
But then if I want to edit this event, first I get the question whether I want to edit this occurrence or the entire series. If I manually set RecurrenceParentID=null in the database this question dissappears, but this invokes other problems.
Why is the first occurrence of the series e.Appointment.RecurrenceState == RecurrenceState.Exception after changing one of the other occurences?
How am I supposed to handle the RecurrenceExceptionCreated event?
Regards, Jill-Connie Lorentsen