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

Year view

Open ikerib opened this issue 1 year ago • 7 comments

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 if there will be this kind or view.

thanks!

ikerib avatar Oct 24 '22 10:10 ikerib

Yes Year view would be great. From the year view we could jump to month view etc.

affablelochan avatar Mar 03 '23 14:03 affablelochan

yes that's great,

jzzero avatar Apr 06 '23 04:04 jzzero

Is there a way to show 3 months at a time (with month-view)?
For my usecase i need to toggle between yearly view/quarterly view/ monthly view.

Is there a way i can learn to implement this myself?

affablelochan avatar May 10 '23 19:05 affablelochan

Is there a way to show 3 months at a time (with month-view)? For my usecase i need to toggle between yearly view/quarterly view/ monthly view.

Is there a way i can learn to implement this myself?

i like that

jzzero avatar May 11 '23 03:05 jzzero

Is there a way to show 3 months at a time (with month-view)? For my usecase i need to toggle between yearly view/quarterly view/ monthly view.

Is there a way i can learn to implement this myself?

I am starting to use QScheduler and I really need this 3 month view. Anyone knows if v4 beta 16 has this?

EDIT: For my case, I used max-days property, set to 90 days and kind of worked. Prev and next does not goes always to start of next/prev trimester. I will try to figure out better. But it feels strange not to show the month above the dates.

antoniolucasnobar avatar Oct 26 '23 01:10 antoniolucasnobar

Is there a way to show 3 months at a time (with month-view)? For my usecase i need to toggle between yearly view/quarterly view/ monthly view. Is there a way i can learn to implement this myself?

I am starting to use QScheduler and I really need this 3 month view. Anyone knows if v4 beta 16 has this?

EDIT: For my case, I used max-days property, set to 90 days and kind of worked. Prev and next does not goes always to start of next/prev trimester. I will try to figure out better. But it feels strange not to show the month above the dates.

I set 90 days too, but it doesn't work.

jzzero avatar Nov 20 '23 01:11 jzzero

Is there a way to show 3 months at a time (with month-view)? For my usecase i need to toggle between yearly view/quarterly view/ monthly view. Is there a way i can learn to implement this myself?

I am starting to use QScheduler and I really need this 3 month view. Anyone knows if v4 beta 16 has this? EDIT: For my case, I used max-days property, set to 90 days and kind of worked. Prev and next does not goes always to start of next/prev trimester. I will try to figure out better. But it feels strange not to show the month above the dates.

I set 90 days too, but it doesn't work.

Do you need any help? Did you remove the view prop? It overrides the max-days prop.

Let me know if I can help you. Cheers. A. Lucas

antoniolucasnobar avatar Nov 30 '23 22:11 antoniolucasnobar