Questions tagged [fullcalendar-scheduler]

Use this tag for questions that are specific to features of the paid Scheduler plugin for FullCalendar.js (which includes the Resources, Resource-enabled views and print-friendly rendering - see https://fullcalendar.io/pricing for more info). It is suggested you accompany this with the "fullCalendar" tag to ensure visibility.

FullCalendar Scheduler is a paid plugin for FullCalendar, a JavaScript calendar developed by Adam Shaw. https://fullcalendar.io/

495 questions
0
votes
1 answer

Drag & Drop Fullcalendar.io Resources - update view

I want do edit the nesting of fullcalendar.io Resources with drag & drop. Is there any posibility to do so. My approach: resourceRender: function(resource, cellEls) { cellEls.draggable({ handle: ".icon-resize-vertical", revert:…
0
votes
1 answer

How can I render "day click" event when clicked on "Event Click" in Jquery full calendar?

In jquery calendar,we have day click and event click. I am looking to render "day click" only even if the "event" is clicked. I commented the event click in my code to render "day click".Even though On click of the events in that day it's not firing…
0
votes
2 answers

fullcalendar week view - show resources instead of hours

I am using fullcalendar and scheduler in my angular2 application. As a "directive" I use primeng approach for wrapping scheduler from here. In day view I can display Resources vertically and hours horizontally - this is OK. When I switch to…
mihai
  • 2,746
  • 3
  • 35
  • 56
-1
votes
1 answer

FullCalander Resource Click (Angluar)

I am trying to trigger an event when a user clicks on a resource: I am wondering how I can do this in Angluar? I have seen posts for react but I am not sure if someone has managed to do it in Angluar?
-1
votes
1 answer

full Calender Extended bar issue

I am working on event calender using Full Calender. I am facing a problem when I add event it extend the bar between two dates. How to fix it here is the Image nexgen_base.ajaxGetCall('/Schedule/GetAvailibilityData', 0, (response) => { …
user12484971
-1
votes
1 answer

Fullcalendar scheduler limit month view on screen and enable scroller (15 days on screen + 15 days to scroll)

I have a fullcalendar scheduler on my web app. The problem is that some event have long text, so I enabled this css: .fc-timeline-event .fc-title { white-space: normal; } Result is better but not acceptable yet cause events of 1 day one…
-1
votes
1 answer

Yii changing functionality of fullcalendar-scheduler

I'am using fullcalendarscheduler widget posted on github by Edofre im my yii2 project. Is there any way i could change predefined rooms displayed in the table into a data from the database. How it looks now: 'resources' => [ ['id' =>…
5Feo
  • 5
  • 3
-1
votes
1 answer

Full calendar eventClick is not refreshing and stacking up the clicks

Whenever i try to change the title, it works fine for first time but if i try to change the title of another event without refresh, both previously changed event title and present event title gets changed. Below you can find posted the custom…
-1
votes
1 answer

Fullcalendar 2.9.1 is incompatible with Scheduler 1.2.1

Have problem with fullcalendar 2.9.1 and Scheduler 1.2.1 or 1.4.1, 1.5.0, 1.5.1 v1.2.1 of FullCalendar Scheduler is incompatible with v2.9.1 of the core. What Scheduler version is compatible with Fullcalendar 2.9.1 version? I tested ant 1.2.1…
Kintamasis
  • 265
  • 6
  • 27
-1
votes
1 answer

FullCalendar SlotDuration 24:00 and weekNumbers: true alters date formatting

I am using full calendar scheduler.. and the setting dayOfMonthFormat: 'ddd - MMM DD', to give columns like Mon - Nov 28 I also have weekNumbers: true set this works great for views with slots, i.e. a minTime, maxTime, a slotDuration i.e. 3 hours.…
Mike Irving
  • 1,480
  • 1
  • 12
  • 20
-1
votes
1 answer

change color per day at an event a few days FULLCALENDAR

I'm using fullcalendar to show events from database but on the same event I want to some days red(danger) and some days blue(default) in accordance with a fields on database. Is it possible?
-1
votes
1 answer

Advanced custom date range in fullcalendar

Im working with fullcalendar and the scheduler plugin. What im trying to do is having some more advanced date range. I input a JS array a start time and differents duration. It should then create the range accordingly. Here's an example Inputed…
-2
votes
1 answer

Sorting doesnt work for resources in resourceTimeGridPlugin fullcalender

Resources list is sorted when provided to full calender component but it gets randomly sorted automatically.
-2
votes
1 answer

Fullcalendar plot error

may I ask and need your help also. I am using a full calendar plugin latest version of v3.8.0. I create an event which is the start date is 2018-01-16 23:59:00 and the end date is 2018-01-17 08:00:00 (11:59pm - 8:00am) . The event is plotted only on…
-2
votes
1 answer

resources are not loading from php json feed

I'm creating a scheduling web application and I'm trying to load in my resources from my SQL database. It is showing that it is running my php file to retrieve the resources, but none of them are being displayed on the calendar. I'm not really sure…
Frank
  • 99
  • 13
1 2 3
32
33