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
2
votes
1 answer

FullCalendar Scheduler - Type 'string' is not assignable to type 'EmitterInterface[]

I am trying to implement FullCalendar Scheduler in Angular 2, and I have followed the below specified steps - Installed the required dependancy as below - "dependencies": { "fullcalendar": "^3.8.0", "fullcalendar-scheduler": "^1.9.1", …
Jeet
  • 5,569
  • 8
  • 43
  • 75
2
votes
4 answers

Hide FullCalendar schedulerLicenseKey in page

My company recently purchased the Full-Calendar Scheduler addon. Is there a proper way to hide the license key in code? What are good practices for this?
Marcel
  • 954
  • 8
  • 22
2
votes
1 answer

Jquery Full Calendar Slot duration and business hours issue

I am using jQuery FullCalendar and scheduler in my website for taking appointments for physicians. Here business hours and slot duration are binding dynamically based on selected clinic branch working hours and department duration. So based on this…
Ann
  • 121
  • 4
  • 16
2
votes
0 answers

Full calendar month / week view Column header is object Object

I am updating fullcalendar & fullcalendar-scheduler FROM v2.8.0 & v1.3.2 TO v3.0.0 & v1.4.0 I've got a strange problem in newest versions: the Column header for month / week view are shown as object Object, instead of Sunday, Monday,…
mihai
  • 2,746
  • 3
  • 35
  • 56
2
votes
2 answers

Fullcalendar-scheduler cannot set property 'scheduler Version' of undefined

I'm having quite of an issue here. I use ocLazyLoader to load full calendar and it works well, but when ever I'm trying to include fullCalendar-scheduler as well i'm having this error in JavaScript. Uncaught TypeError: Cannot set property…
Nicolas
  • 8,077
  • 4
  • 21
  • 51
2
votes
2 answers

Fullcalendar with bootstrap popover z-Index issue

I am trying to integrate full calender scheduler and bootstrap popover. However, I am getting the UI issue with this. I tried setting the z-index for popover as well as for my popover inner html. Nothing works. Here is my fiddle link…
Billa
  • 5,226
  • 23
  • 61
  • 105
2
votes
0 answers

Fullcalendar and Scheduler Issues with versions

I've a problem with FullCalendar (FC) and it's plugin Scheduler (S). Since some some months I use the version 1.2.0 (S) together with 2.6.0 (FC). It's ok, but a new request from our users (enable/disable grouping of resources) would be greatly…
Luca Masera
  • 672
  • 7
  • 18
2
votes
0 answers

fullcalendar scheduler vertical-resource-view

In the example vertical-resource-view, there are 4 rooms (resources) shown (A,B,C,D) - which scale down onto a responsive mobile device ok. My question is, what happens if there were 5+ rooms/resources - when you try to scale these down on a mobile…
JamJar
  • 21
  • 1
2
votes
1 answer

fullcalendar.js: Uncaught TypeError: Cannot read property 'ownerDocument' of undefined

I've implemented a scheduler on customer's ASP.NET WebForms site using fullcalendar.js and scheduler.js plugin. It's working like a charm on my local machine but when I deploy it to the other one - either customer's or mine - it throwing a generic…
2
votes
1 answer

How to bind dates in fullCalendar?

I have an ASP.NET web application in c#. I'm using fullCalendar control in my aspx page. Where I already selected some dates and stored in the DataBase. Now, I have fetched those dates, but want to display them as selected in the FullCalendar…
2
votes
3 answers

I want to update fullcalendar business hours through ajax call

I can render events through ajax call easily. But I am unable to update business hours and apply select constraint after ajax response....
Ghulam Akbar
  • 540
  • 5
  • 19
1
vote
0 answers

Display HTML in the FullCalender title prop / events

I am using FullCalender (V 6.1.6). I want to add a html button inside the calender. I have not found any way to write the same in the documentation. { title: 'Details', start: '2023-04-16', allDay: true} I have try this, but it is a json object…
amol rogye
  • 13
  • 4
1
vote
0 answers

Fullcalendar - Issue changing background color of past slots with CSS

I'm trying to change the background color of empty time slots that are in the past. I managed to accomplish it, but Im having an issue with the Resource Timeline View. The horizontal lines separating the resources are hidden under the…
Nite
  • 323
  • 1
  • 4
  • 12
1
vote
0 answers

Get current FullCalendar Time after scrolling

I know you can scrollToTime dynamically and scrollTime sets it initially, but how do I get the updated time after scrolling in the timeline view? For example I scroll in timeline and first visible time I see is 8:47 AM, is there a function to get…
1
vote
1 answer

FullCalendar: how to display non-overlapping events inside same day cell in one row when in 'week' or 'month' view?

When FullCalendar is in 'week' or 'month' view I need to display events from the same day on one row (line) inside the day cell when events are not overlapping each other. Currently they are placed one under another inside the subject day…
Vlado
  • 3,517
  • 2
  • 26
  • 24