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

I have an issue where the same Event is being displayed in different dates and times on different browsers. In the following image, I've numbered the browsers and I've shown...

Bug

i am trying to use it in my asp.net mvc5 project, but it is not showing me the anything this is the script (function($) { var d = new Date();...

Hello everyone, I have an issue in rendering an event on calendar. Event data is coming from database and I am converting it in the below given format: events :...

Allow script to execute on jquery 1.9+

I Want to disable all sundays from (10:00 AM To 12:00 AM) and (4:00 PM to 6:00PM). By doing so i dont want users to create events on all sundays...

We already have caEvent.start , end, title, etc... But if i want to have more var's? Can you help me please? best regards

Below are the my events, please find solution. var events = [ { 'start': '2012-01-01 13:00:00', 'end': '2012-01-01 13:00:00' }, { 'start': '2012-01-01 13:00:00', 'end': '2012-01-01 13:00:00'} ];

I'm trying figure out a way to refresh the calendar seamlessly without the flicker. I was thinking of making 2 divs, one hidden where I could refresh it with new...

Hi, Im have different user id's on my database userID user1 => 4 user2=> 15 user3=> 19 user4=> 21 How do i implement this without using the default array format....

Hi there, I want to use this week calendar for an online booking system. The user selects a treatment with a specific slot length (eg 30mins or 1 hr) and...