Pie Calendar Pro 1.3.9 introduces the new Single Event Mode for displaying a single event’s recurrences on your calendar.
Single Event Mode
The new Single Event Mode provides a way to link back to your calendar from a specific event so your users can see a calendar view with only the recurrences of that specific event.
To display the Single Event Mode link on your single event posts, use the new “View All Dates” attribute if using the Pie Calendar Event Info Block (make sure to add a calendar URL in the Pro Settings panel as well), use the new fragment and datesurl attribute via the shortcode: .
Note that the Single Event Mode link will be shown by default if an event is recurring. You can choose not to show it by explicitly omitting it when choosing which fragments to display.
For more details, view our documentation here: https://docs.piecalendar.com/article/80-displaying-a-list-of-recurrences-for-a-single-event.
HTML in the Pie Calendar Popover
We previously had a somewhat cumbersome workaround for users who wanted to display HTML in the Pie Calendar Popover. We’ve re-vamped this and now provide a more flexible (and safer) way to display HTML, though we still do not recommend rendering HTML from untrusted users in the popover.
You can find more details on how to implement this at https://docs.piecalendar.com/article/70-rendering-html-in-popover-event-details-area.
Changelog
Here’s a complete list of the changes included in Pie Calendar Pro 1.3.9.
- New: Added “View All Dates” fragment for Piecal Info shortcode & block. Links to the calendar page where only the event you clicked through from will be displayed, including recurrences.,
- New: Added more robust method for allowing HTML in popover details. See docs for more info.,
- Tweak: End date picker now defaults to same day as start date if defined.,
- Security: Fixed XSS vulnerability in output of $wrapperViewAttribute.
- Tweak: Swapped to date_i18n() for date output in piecal-info.

