Based on the great driver by @mark.cockcroft which reads iCal from the internet for your dashboard...I started modifying this to my needs. I will have the code posted in the next couple days.
This is trimmed down so that it produces the shorted possible html code, with classes specified so that it can be properly doctored up with CSS. (as I have done a bit in screen shot) It's currently still using HTML tables, but I might convert that all to Div/Span.
Our family is mixed Microsoft/Google/Apple and calendar is always a pain, but this will be nice to have on the wall tablet!
Open to suggestions/requests while I'm still working on this. Currently planned:
Separate class for "today" row (as compared to "on this date")
Colorizing appointments via which iCal it came from
progressively counting characters, so that you can always get the most possible items without hitting HTML limit for dashboard.
That's starting to look very nice... I like the subtle background. That said I used to live in East Windsor for a while (Though I'm originally from Princeton)
Almost, it's a been a while, and i have to do a couple fixes. Seems like some things on my iCal (specifically Zoom meetings) use a UTC-based time zone format which is breaking things.
Need to figure out what that is. Anything specific you're looking for while i'm in the code?