Questions tagged [jquery-week-calendar]

jQuery-weekly-calendar is a weekly calendar plugin based on jquery and jquery-ui

jQuery-weekly-calendar is a weekly calendar plugin based on jquery and jquery-ui.


Resources


26 questions
3
votes
2 answers

jquery weekcalendar.js misalignment issue

In jquery.weekcalendar.js if i zoom in and zoom out there is a misalignment happening between the time slots and hours header like in the image below. In browsers like chrome, safari and firefox i am getting this issue. How can i make it aligned…
Preethi
  • 371
  • 2
  • 6
  • 20
3
votes
1 answer

jquery week calendar in popup

What i am trying I am trying to implement an event management site in which when a link is clicked a popup appears with a calendar showing events in it. I am using jquery week calendar here. Requirement The problem i am facing here is, at first when…
Developer
  • 1,030
  • 6
  • 14
  • 37
2
votes
0 answers

jquery-week-calendar: ERROR TypeError: Cannot read property 'classes' of undefined

I'm using jquery-week-calendar with this jQuery bundle: jquery: 3.1.1 jquery-mousewheel: 3.1.13 jquery-typeahead: 2.7.6 jquery-mask-plugin: 1.14.9 jquery-countTo: 1.2.0 jquery-steps: 1.1.0 chart.js: 2.5.0 dropify: "0.2.1 jquery-ui:…
2
votes
0 answers

Jquery week calendar change default view

I am using jquery week calendar plugin and I need to change the default view as daily. Currently it is displaying weekly $calendar.weekCalendar({ displayOddEven: true, timeslotsPerHour: 4, allowCalEventOverlap: true, …
baig772
  • 3,404
  • 11
  • 48
  • 93
2
votes
1 answer

Future week disabled in Jquery UI Calender

I need to disabled future weeks for jqueryUI calender, i tried something which is disabled future date. but i want future week disable and it's disabled the other dates of week 52 as well. please if anyone can help me in this. below is link of my…
2
votes
1 answer

Set custom variables to calEvent in jQuery weekcalendar

I am working with the jQuery weekcalendar to show a web based calendar with appointments. Some build-in functions like setEventUserId store some variables in the calEvent. What do I have to do to store custom variables in this calEvent…
nimrod
  • 5,595
  • 29
  • 85
  • 149
1
vote
1 answer

Multi users bug with events Jquery Week Calendar

I'm using Jquery Week Calendar plugin, and almost everything is working fine, but this: When I give my array of user names to the "users" option, it loads all users from my array BUT do not show ANY events. And obviously when I disable the "users"…
Daniel Serretti
  • 242
  • 2
  • 3
  • 14
1
vote
1 answer

How to use JQuery Week Calendar with generic weekday

I need to display a week using Jquery, but don't matter the "dates" for me. I want Sunday/Monday.../Saturday And then add "generic" events. It's just a week plan with activities, but the date isn't important. How can I do that?
Walucas
  • 2,549
  • 1
  • 21
  • 44
1
vote
0 answers

IE10 jquery weekly calendar no display all events on load

Issue: When I load the calendar data all the other browsers have not problem displaying it, but IE10 does. So far I made my ajax call to cache: false, but that doesn't fix the issue. Now the odd thing is, in IE10 when you scroll up and down in the…
1
vote
1 answer

Odd array value issue

This is crazy and I have no idea why!? Here is my issue: When i log calEvent.start I get the right date with the right time, but! when i log the obj calEvent, my start date do not display the time :(. I do:…
1
vote
2 answers

FreeBusy not work for on Time 00:00 in my jquery week calendar plugin

I have used Jquery-weekcalendar plugin . In that i am using freebusy for prevent some part from creating event on that time . Its work fine for all Time Except 00:00 My Problem : I have freebusy with freebusys: [{"start":"2013-08-10T00:00:00",…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65
1
vote
1 answer

`new Date("2013-08-08T09:40")` not working in jweek calendar plugin

I have problem with jquery weekcalendar demo plugin Its work in Mozilla but not in Chrome . I Found Problem its with Datetime : In DEMO.JS File : alert(new Date("2013-08-08T09:40")); so its work with Mozilla Firefox with output Its fine But in…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65
1
vote
1 answer

jquery week calendar change prev week and next week button to prev day and next day

I am using the following calendar in my application jquery-week-calendar I want to change prev and next button such that when it is clicked it goes to prev and next day other than prev and next week. I am new to jquery and I was able to find some…
Developer
  • 1,030
  • 6
  • 14
  • 37
1
vote
1 answer

Events being shifted down when more than one on a single day with jquery-week-calendar

I'm using jquery-week-calendar v2.0-dev and when I show two events on the same day, the second event shows the wrong time. When I grab the bottom of the first event with the mouse and start resizing, the second event suddenly appears. I have checked…
Chirag Patel
  • 5,819
  • 8
  • 35
  • 38
0
votes
1 answer

Select multiple weeks via week input

I have a week input I want to be able to select multiple weeks with this input. I tried the "multiple" parameter but it didn't work. Is there any way to do this?
zokanzi
  • 117
  • 3
  • 15
1
2