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

To begin with, my project is built with quasar": "^2.6.0" on "vue": "^3.0.0". Using composition API with syntax. The problem is that QCalendarScheduler doesnt work, when initializing q calendar with...

**The bug** I have a quasar application where I need to use both QCalendarDay and QCalendarAgenda. **On the initial page load**, components seem to load just fine, visually it's ok...

After adding component with: quasar ext add @quasar/qcalendar@next dev-tools show this warning: [Vue warn]: A plugin must either be a function or an object with an "install" function.

**Describe the bug** Using IntelliJ with its Volar Typescript service. I don't get auto completion for the QCalendar. It also claims the html tag us unknown. But it compiles fine...

**Is your feature request related to a problem? Please describe.** I want to put the product name in the 'work-weeks' space. **Describe the solution you'd like** we need slot 'work-weeks'...

For a legitimate bug, in order to process faster, please go here https://codepen.io/Hawkeye64/pen/RwwwKQL, fork the codepen, add code to reproduce the bug and submit link here (don't forget to save...

Good Days, sorry for disturbing. May i ask some question regarding the q calendar event. If i got more than 2 event in one time-slot and had been overlapping ....

For example if I wanted to not show Sunday and Monday, i.e. setting weekdays="[2,3,4,5,6]", many things break. These are the issues I identified: - with view="week", 5 days is displayed,...

Drag and drop functionality becomes unreasonably slow when you configure a QCalendarDay in week mode with 15 minute intervals. **To Reproduce** Steps to reproduce the behavior: 1. Use the WeekDragAndDrop...

**Describe the bug** I use quasar version 2.10.0 vite, I tried to implement quasar calendar 4.0.0 beta-15 version but when I added the extension and installed the calendar according to...