At the moment, we are just looking at [Add Event]. Made some changes, and then tested. Seems good. What we are looking at is Adding Days when adding an Event. Looking for any issues, and making sure all mistakes caught. For example:
Catch if [Day Start Date and Time] > [Day End Date and Time] => only applicable if both defined
Catch if [Day Start Date and Time] = [Day End Date and Time] => only applicable if both defined
Catch if [Day Start Date and Time] on same date as another [Day Start Date and Time] => only applicable if two or more days defined
That should be it, right? And, we like the language of the error messages.
If you get it right, and try to save, you just see message: Pass. Nothing saved yet until we are sure it is okay.