Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [vcalendar]

vcalendar was the preceeding standard prior to icalendar (rfc5545 which obsoleted rfc2445).

vcalendar
0 votes
0 answers
37 views

Why is the @event-click Function in v-calendar not working?

I want to trigger a function when clicking on an Event in the v-calendar by using @event-click. However the function is not triggert. I also don't get any console output like errors, etc. @event-click ...
Kini's user avatar
  • 1
0 votes
1 answer
56 views

How do I configure the v-calendar date-picker to allow selecting multiple dates

I'm using v-calendar (website, npm, GitHub). The Calendar component allows me to respond to date clicks and highlight multiple dates, but it does not have pop-over functionality built in. The ...
Ricardo van den Broek's user avatar
1 vote
1 answer
53 views

how to change v-calendar default color using vue.js 3

<template> <v-row> <v-col> <v-sheet> <v-calendar class="custom"></v-calendar> </v-sheet> </v-col> </v-row&...
Pongsatorn Tassaro's user avatar
0 votes
0 answers
100 views

@update:to-page not working for V-Calender (DatePicker) in Laravel Vue3

I am trying to fetch data from a method using v-calendar (version: ^3.1.2) in my Laravel(10)-Vue(3) application. However, I am unable to do so. I have checked v-calendar documentation which says to-...
Sammy's user avatar
  • 1
0 votes
0 answers
96 views

vCalendar: define default attributes for date-picker

I'm using the date-picker of vCalendar for Vue 3 and trying to highlight the current day in the date-picker popover by default. Using the following code to create a date-picker works and gives the ...
Eric Xyz's user avatar
  • 482
0 votes
1 answer
132 views

V-Calander Vuejs Custom Hightlight

I am using vue-calander to show events date. I want customize the calendar highlight. Currently when I enable highlight:true. it draws circle on start and end date and spans over the range. I want to ...
B L Praveen's user avatar
  • 1,966
0 votes
0 answers
111 views

VCalendar not allowing month selection

I have a fully updated vue project: "dependencies": { "@popperjs/core": "^2.11.8", "v-calendar": "^3.1.2", "vue": "^3.2.47&...
Bitwise's user avatar
  • 8,331
0 votes
1 answer
112 views

how to get currently selected month

i use this lib npm install v-calendar@next @popperjs/core and i don't know how to get the value i want current value selected to show information of the month //. //. //. //. <script> export ...
MYBLUE's user avatar
  • 9
0 votes
0 answers
313 views

Show v-calendar date picker only in click even

I have a v-calendar date picker with two inputs, I want to show the date picker only on click event, and for each input. I have this but it shows just for the first one!. <v-date-...
Oussama ELJabbari's user avatar
1 vote
1 answer
373 views

How can I disable selecting a particular date in a VCalendar Date Picker?

How can I make it impossible to select the same date for a Date Picker range ? And how to remove the option to select minutes? I tried to remove the ability to select minutes using :minute-increment=...
user549032's user avatar
3 votes
1 answer
660 views

Using v-calendar with events coming in time and date format

when I look for the api event, the time would be ex: 12:00 the v-calendar abbreviates to just 12, if I look for the time that password the minutes it brings complete, since it seems to be a vuetify v-...
Ewerton Siqueira Costa's user avatar
0 votes
0 answers
423 views

V-Calendar - Use from CDN - Vue 3.2

Looking to upgrade v-calendar to vue 3.2 and we currently use the CDN installation method as described in [https://vcalendar.io/getting-started/installation.html] The current version of the CDN seems ...
Jared Budnarowski's user avatar
1 vote
1 answer
1k views

Vue3 v-calendar v-date-picker Moving to Next Month

I want to generate an event when I move to the next month or to the previous month. I'd really appreciate your help. Is there an event that can use this function? Here's my code. <v-date-picker ...
kyoungtae's user avatar
0 votes
0 answers
495 views

Vuejs v-calendar

My Dispatch Calendar I am developing a scheduling calendar that displays each employee and the task assigned to them. I need help in changing the employee axis with the timeline. Similar to the ...
Deepak Kumar's user avatar
1 vote
1 answer
409 views

how to change v-calendar -not vuetify- days formats from (S,M,T,W) to be (Su,Mo,Tu,We)?

I'm using v-calendar at a Nuxtjs app, It displays/render the week days in this format (S,M,T,W,T,F,S) I want to change it to be (Su,Mo,Tu,We,Th,Fr,Sa). I've read the docs and tried to use:formats=&...
Abdelrhman Gad's user avatar

15 30 50 per page
1
2 3 4 5
12