Here’s a new take on calendar views, based on some Virtual Column weirdness:
The sample app uses a public holiday calendar, and a WeekNum
table with just two sheet columns:
Here’s a quick overview of how it works:
I used a public/read-only calendar so I could post it as a sample. But you could do a lot more with it if you connect your personal calendar and create inline actions next to each date.
Unfortunately, that makes the calendar table twice as wide, for now…
shameless plug for my own feature request
This is a follow up to the first Crazy Calendar Hack, using a similar technique for
Hours
instead ofWeekNum
s.