Hello!
I'm attempting to optimize my Calendar view, and I'm running into an issue.
I have a table with tasks that fall in three categories:
- Multiple Days (Start and End dates are different)
- Single Day (Start and End date are the same)
- Deadline/Milestone (only End date is filled out)
In Gantt view and Timeline view, these work great. The issue is Calendar view.
I duplicate the Start and End dates for Single Day events because it then shows the event as taking a full workday (which is important for our workflow, and it differentiates it from a deadline/milestone)
In Calendar view, the start and end date appear as separate cards, essentially becoming duplicates. I could use a date range, but because of the volume of multi day events we have, this would make is extremely difficult to read the calendar.
Is there any way I can merge the start and end dates into one card in Calendar view if they are the same, while maintaining the ability to move them around on the view itself? (i.e - not using a formulated date field)
Thank you in advance!