Questions tagged [v-calendar.io]
6 questions
2
votes
2 answers
How do I capture when the date changes using vcalendar?
I have the following in my code...

Jackie
- 21,969
- 32
- 147
- 289
2
votes
2 answers
How to style Vue V-Calendar.io date circle color and text color
There is a demo on v-calendar.io, the correct display result is that the date "2018-01-01" should have a red background and dark text:
But mine does not.
I import Vue.js and v-calendar via CDN, and the page's format is html.
The full code is…
user15288780
1
vote
2 answers
V-Calendar dates not showing the correct dates
The dates on the shown image are starting on the 1st of June, 2022 which is supposed to be a Wednesday but on the calendar, it is on Sunday. All months start on a Sunday not only June. I am only using with no extra props or…

Shashank Gnawali
- 21
- 4
1
vote
0 answers
Is there any event get triggered whenever we change the month in V-CALENDAR
I am using v-calendar in my project so when i change the month i am not able to run a function and not able to get changed month.
is there any way to trigger a function when month/year is changed on v-calendar.

Devpal Divakar
- 23
- 3
0
votes
1 answer
v-calendar update-pages event called repeatedly
Using v-calendar version 3.0.3, I'm trying to change the attributes collection whenever a page is updated. In order to do that, I update attributes collection inside my update:pages event, and I notice that the event is called repeatedly. This is…

Ian Davis
- 19,091
- 30
- 85
- 133
0
votes
1 answer
Vue3 v-calendar how to open calendar to a particular past month
Using V-Calendar, how can I render the calendar with it open to a specific month that's in the past? Instead of the current month.
I'm trying the following:
Html:
JS: