quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
421 stars 116 forks source link

Expose start and end date of the current calendar view #381

Open procosgroup opened 2 years ago

procosgroup commented 2 years ago

We would like to have the start and end date of the calendar view be exposed. Especially in the month view, it's not easy to determine the first day displayed (can belong to a previous month). The will help us to fetch events for the current view. I remember that in the previous version the lastStart attribute can be used.

hawkeye64 commented 2 years ago

Good idea!

erakis commented 1 year ago

We would like to have the start and end date of the calendar view be exposed. Especially in the month view, it's not easy to determine the first day displayed (can belong to a previous month). The will help us to fetch events for the current view. I remember that in the previous version the lastStart attribute can be used.

Totally agree, it's a must!