Hi there, thefairways! Thanks for getting in touch and sorry you’re hitting some trouble with the Week View layout.
Week View tends to be more effective when there are fewer events with overlapping times. The more events that bump into each other, then the more there is going to be overlap like what we’re seeing the screenshot you shared and where other views like List and Photo tend to be much more effective.
One possible idea is to force each event to occupy only half the space. This can be done by adding a little CSS to your theme’s style.css file:
.tribe-events-week .tribe-events-grid .type-tribe_events.hentry {
max-width: 50%!important;
}
Again, if there are three or more events that overlap, this may not be the best solution.
Also is there a way to print a clean/neat weekly schedule?
Unfortunately, we do not have a solid way to print the weekly schedule right out of the box. I can see how that would be super useful, especially in this case, and it would be great if you suggested it over on our UserVoice page for further consideration.
Sorry I don’t have concrete solutions for you here, but does this help answer your questions? Please let me know.
Cheers!
Geoff