Replies: 2 comments 3 replies
-
Thanks for the idea. Any assistance in the implementation of such a view, as well as sponsorship, is welcome. |
Beta Was this translation helpful? Give feedback.
2 replies
-
FullCalendar has it like multimonth allowing to customize the grid and the number of months which I think is even better than a year view: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions