Questions tagged [vcalendar]

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

icalendar RFC (http://www.ietf.org/rfc/rfc2445.txt) states "This memo is based on the earlier work of the vCalendar specification for the exchange of personal calendaring and scheduling information. In order to avoid confusion with this referenced work, this memo is to be known as the iCalendar specification."

to be noted:

174 questions
2
votes
2 answers

Is there any good iCal & vCal parser in php(library)?

I'm creating a web app that need to upload iCal or vCal files. I wonder if there is any php library that can parse the information, so I can store it on my database?
einstein
  • 13,389
  • 27
  • 80
  • 110
2
votes
0 answers

How can i test v-calendar library renders successful (with jest)

I'm trying to test that v-calendar drew successfuly with Jest. First, I tried to check rendered page's html if it contains v-calendar's elements like '.vc-pane-container'. But when i try to get rendered Page Html code, they only returned like…
tmein
  • 21
  • 2
2
votes
1 answer

Limit time in v-calendar datepicker

I am working on a project where user request for appointment. I am using v-calendar which uses the datepicker. I am facing a issue where user can request for appointment any time/ 24 hours which I need to set only for 9am - 5pm. I can see that…
Sandesh Sapkota
  • 747
  • 1
  • 6
  • 18
2
votes
2 answers

How do I capture when the date changes using vcalendar?

I have the following in my code...