jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

A weekly calendar plugin based on jquery and jquery-ui

Results 93 jquery-week-calendar issues
Sort by recently updated
recently updated
newest added

In jquery.weekcalendar.js if i zoom in and zoom out there is a misalignment happening between the time slots and hours header. In browsers like chrome, safari and firefox i am...

Drag & Drop not working in IE 10 i have created an event on 12 aug and tried to move event from 12 aug to 13 aug but it is...

Correct: .wc-cal-event { background-color: #68a1e5; /\* Modern Browsers _/ opacity: 0.8; /_ IE 8 _/ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /_ IE 5-7 _/ filter: alpha(opacity=80); /_ Netscape _/ -moz-opacity: 0.8; /_ Safari...

Hi, great work with this calendar! Love it! I am trying to implement a CRTL+Drag opteion dir Copy an Event. You know that kind of action like the Windows Explorer...

events.json ``` code { events: [ ... ], freebusys: [ {"start":"2013-03-11T08:10:00+01:00","end":"2013-03-11T10:00:00+01:00","free":true}, ... ] } ``` weekCalendar init ``` javascript ... $calendar.weekCalendar('option', 'data', 'events.json'); $calendar.weekCalendar('refresh'); ``` This example rise "dateTime.getTime is...

If you create two events, on different users, in weekcalendar_demo_3.html, but in the same time slots, and then try to move one above the other, the code doesn't detect the...

On second Sunday of march, 12 and 12.30 am slots sending requests for next day slot on clicking them. That is , it sends request as 12 and 12.30 of...

When an event touchs multiple users and I call removeEvent() just the first event in dom is removed. The solution is very simple: remove the "return false" in each loop...

Printing works just fine in IE and Chrome, but in Firefox, the text on the events doesn't appear.

Hi I am trying to debug this issue where the calendar thinks that the event is from 8:30 to 10:00 but shows the event from 10:00 to 11:30. Any ideas...

Bug