NOTE: THIS IS A “BARE METAL” KOMPONENT WITH MINIMAL STYLING. It’s intended for people to be able to add to their wallpaper and then style to match.
Inspired by Erik’s tutorial:
You can add or remove Week rows and Event rows, to have more or fewer of those parts. Just copy and paste them into the same groups.
UPDATE
The version I uploaded previously was duff. I’ve fixed it and also (I think) found the formula to start weeks on Sundays if that’s what you prefer.
Screenshot: Screenshot.png - Google Drive
Fixed Komponent: Multi_Line_Calendar.komp - Google Drive
vOffset formula for Sundays: $if( df(f)<7, mu(floor, mu(abs, df(f))))$
vOffset formula for Mondays: $if( df(f)>1, mu(floor, mu(abs, 1-df(f))))$