I am developing an application to handle notices about system outages. In this application I want the users to complete one form per outage.
In the calendar view I want to show the outages with the relevant times, so a quick look at the calendar for any day can show if there are going to be conflicting entries for the same time period on a day. As you would when looking at meetings.
This is not a problem for outages that happen on one day. However if an outage is to span multiple days I would like it to appear on the first day at the start time and then to show all day for each intervening date except the last where it will show up until the final time.
The only way I can see of doing it was to create multiple documents, one for each day, with fields for Start time and duration so it can display in the calendar view correctly. I was wondering if this was the only way of doing it or if someone had another way which was simpler than trying to control multiple documents for a single event.
I look forward to your ideas
Thank you
Duncan Caldwell