quasar-ui-qcalendar icon indicating copy to clipboard operation
quasar-ui-qcalendar copied to clipboard

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available

Results 55 quasar-ui-qcalendar issues
Sort by recently updated
recently updated
newest added

There is an extra parameter for `onDragOver` and `onDrop` handlers, the `resource` itself, so I've added it to example if someone else has the need for it.

From my testing with my own Quasar app, this is all that's needed to change to support the app-vite beta.

Bug related to https://github.com/quasarframework/quasar-ui-qcalendar/issues/18. I think this is still a big problem. Maybe it's just not explained properly. **Describe the bug** I use basic code to display the month calendar...

I use QCalendar with - view="week" - :weekdays="[1,2,3,4,5]" Executing moveToToday() **on sundays** shows me the weekdays **following** the sunday. But in my country i would expect the weekdays **before** the...

**Describe the bug** Docu page contains an error **To Reproduce** Steps to reproduce the behavior: 1. Go to '[Getting Started Page](https://qcalendar.netlify.app/designing-with-qcalendar/getting-started)' 2. Click on 'Getting Started (left menu)' 3. See...

The clickTime event is returning the wrong time ![image](https://github.com/quasarframework/quasar-ui-qcalendar/assets/8278951/0ed5ca74-7d37-444b-8d7e-96a5b6dabb85) ![image](https://github.com/quasarframework/quasar-ui-qcalendar/assets/8278951/a5a7deb4-4aa1-40b0-a683-b08413d35613)

UMD Variant QCalendar it´s broken https://codepen.io/Hawkeye64/pen/RwwwKQL

Is a Year view in your roadmap? Actually we use https://year-calendar.github.io/v-year-calendar/examples for our employee holidays etc... now we are rebuilding it using vue3 + quassar so I wnat to know...

This PR allows to use Javascript's `Sets` as `selected-dates` to handle uniqueness automatically if wanted. - https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Set I placed it into `useCommon` as it seems to be the natural way...

**Is your feature request related to a problem? Please describe.** I am working with 4.0.0-beta16. I am using QCalendarScheduler with max-days = 90 (span multiple months). But my users have...