jquery-week-calendar
jquery-week-calendar copied to clipboard
A weekly calendar plugin based on jquery and jquery-ui
Looks like the multiday event is not working. When I drag a multiday event to somewhere else, only the first part of the event is being dragged. Example Event: Start:...
I'm configuring this plugin with default settings so users don't need to specify them manually unless they wish to override. For example, I have a map of options options =...
In order for all 24 hours of the day to be rendered as business hours, you need to define the option as such: "businessHours": {start: 0, end:24} If this range...
In a multi-user setup, an event cannot be dragged to the first user column of the day column. Setup: - multi-user like the one shown at `weekcalendar_demo_3.html` - `daysToShow`: 3...
If I create an event with an array for userId I see the multiple events as separate blocks. If I drag it drags only the one I click on and...
There is an option for calendar called 'preventDragOnEventCreation', if I understand it right, is should be prevent after click and drag in calendar creation of event. I tried it out...
Are we able to have an event which spans across multiple days?
If you supply a function for drag start, the element variable is undefined instead of containing the dragged element. jQuery('#calendar').weekCalendar({ ... eventDrag : function(calEvent, element) { element.addClass('moving'); // element is...
This looks awesome. I might use this in a project. But I tested on my iPad and it did not support scrolling or moving of events. Also it will not...
HI, well I am storing the start and end events and I get -1 hour, sample: if I select 8pm to 9pm I will have stored 7pm to 8pm, same...