A TGer asked for an immediate fix for a Sunday start of the week calendar.
I advised a quick fix in https://www.talkgraphics.com/showthr...endar-template.

Since then I made a more Xara-style calendar, just before the year was out.
It uses a Placeholder for a calendar month with event data and CSS coding to present a (mostly-) scalable month display.

For text and print, there is a simple event addition to the space under the date.
For the web, there is additionally a rollover event that can hold much more detail.

CSS - Calendars.xar

The CSS coding is in the Page Head.
If you have a picture behind, you can change background-color: white; to background-color: rgba(255, 255, 255, 0.5); or some other combination.

Acorn