We need to change Events. As it is now in the case of a multi-day events, it does not make sense. Take, for example, the Problem Solving event. It goes from 08/30/2021 9:00 AM to 09/01/2021 5:00 PM. Makes no sense. I think it is supposed to mean 9:00 AM - 5:00 PM on 08/30/2021 and 09/01/2021. And, what if different times on the other days. What if days not consecutive. No good, so I'm thinking this:
Instead, when you create / edit event, Start and End are for same day. I'll make it so you can add additional Starts and Ends (date and time for both). Optional, and only required if event is multi-day event. This will be in same form popup as when you add or edit events. So, in the case of the Problem Solving event, you would set Start and End as 08/30/2021 9:00 AM to 08/30/2021. Then add additional days as:
08/31/2021 9:00 AM to 08/31/2021
09/01/2021 9:00 AM to 09/01/2021
- Less confusing.
- Can define different Starts and Ends for different days.
- Days do not need to be consecutive.
- Easier to layout in Calendar.
- Data (Title, Description, etc.) are pulled from same Event row in the database. So, if you change event fields, it carries over across all days.
Yes?