Replies: 2 comments 5 replies
|
Thanks for the idea. Any assistance in the implementation of such a view, as well as sponsorship, is welcome. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
The goal: In a quick glance, show what days have events for an entire year.
it would be nice to show all events in a "year" view. The view would be a vertical scollable viewport that fits 2, 3 or 4 months wide. Days with events would show a coloured dot or bar on the bottom of date square.
The look can similar to ios Calendar app, or google calendar.
The width of events should be somewhat fixed. On smaller screens, show less months wide. Probably just use display flex, and allow flex-wrapping.
See below for a quick sample. I just edited your example for todays date, updated css styles and copied the month of july into 12 months.
See the attached zip file. You can inspect the css I used to create the example.
Event Calendar Sample.html.zip
All reactions