richardtallent / vue-simple-calendar

Simple Vue component to show a month-grid calendar with events
MIT License
883 stars 162 forks source link

Time slots in weekly view #225

Closed vuefinatic closed 1 year ago

vuefinatic commented 1 year ago

Not sure if this is where to put this request but adding the time vertically to the left for appointment presentation in weekly view (most appropriate so things arent squished) would be an amazing feature to have and really is the only thing I see missing. It would require one more layer of data (ie, the time slot for the event) but it would be very useful for events since typically they require a time slot throughout the day..

Other than I have to say what a great and flexible calendar component this is! Thanks

richardtallent commented 1 year ago

There will be no "agenda" view (time-of-day grid). Adding this view would require too much additional complexity.