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

Year view #399

Open ikerib opened 1 year ago

ikerib commented 1 year ago

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!

affablelochan commented 1 year ago

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

jzzero commented 1 year ago

yes that's great,

affablelochan commented 1 year ago

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?

jzzero commented 1 year ago

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

antoniolucasnobar commented 8 months ago

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.

jzzero commented 7 months ago

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.

antoniolucasnobar commented 7 months ago

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