Wrap Long Lines on Front End
Long post titles are sometimes truncated on the front end calendar view.
Consider using the List View as your default calendar view as an easy fix. Learn more about Shortcode Options available here.
If List View doesn't work for you, the CSS below will enable line wrap on event titles.
.piecal-wrapper .fc-event {
white-space: normal;
}
Place that in your stylesheet or code plugin of choice.
The front end will look like this: