Hello!
I'm using advanced templates and own MSSQL DB for storing events. When I change date of one of recurring events, then double click on it to edit series and I click "Reset exceptions" exceptions are being deleted but in original Event in RecurrenceRule I'm still having "EXDATE:20080422T000000Z,20090422T000000Z".
How can I catch resetting exceptions event in AppointmentCommand command event?
Thanks
EDIT:
When I'm updating event I have "Update" in e.CommandName in AppointmentCommand event but when I'm resetting exceptions e.CommandName is empty.
I'm using advanced templates and own MSSQL DB for storing events. When I change date of one of recurring events, then double click on it to edit series and I click "Reset exceptions" exceptions are being deleted but in original Event in RecurrenceRule I'm still having "EXDATE:20080422T000000Z,20090422T000000Z".
How can I catch resetting exceptions event in AppointmentCommand command event?
Thanks
EDIT:
When I'm updating event I have "Update" in e.CommandName in AppointmentCommand event but when I'm resetting exceptions e.CommandName is empty.