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

FullClendar :: Calendar issue in angular5 application

Hi all i'm using following calendar in my angular5 application ng-fullcalendar I have implemented as below HTML Code
Santhosh
  • 1,053
  • 1
  • 20
  • 45
12
votes
4 answers

fullcalendar & Angular 5

(New New Edit) Rustam has helped Arshaw build an Angular module that is awesome! Check it out. Works with Angular 7. https://fullcalendar.io/docs/angular (New Edit) I implemented Angluar 5 with FullCalendar @Alpha Release. I was previously having…
Jose
  • 370
  • 1
  • 4
  • 14
12
votes
6 answers

fullcalendar'' has no exported member 'Options'.- getting error in Angular

I'm following this ApNg2Fullcalendar installing structure step by step , Im used Angular 5 , but I had following error node_modules/ap-angular2-fullcalendar/src/calendar/calendar.d.ts(3,10): error TS2305: Module ''fullcalendar'' has no exported…
core114
  • 5,155
  • 16
  • 92
  • 189
7
votes
3 answers

eventRender disappears in fullcalendar v5

Version : Fullcalendar-Scheduler v5 beta2 I tried eventRender like below in chrome: document.addEventListener('DOMContentLoaded', function() { var calendarEl = document.getElementById('planningMix'); var planningMix = $(calendarEl); var…
孙悟空
  • 1,215
  • 1
  • 11
  • 26
7
votes
1 answer

Multiple nowIndicators on fullCalendar

Since there is very little documentation of the nowIndicator ... is there a way of showing a similar element like the nowIndicator on the same page ? For example... I want to show a green one starting at 01:00 and i want to show a blue one starting…
7
votes
2 answers

Fullcalendar timeline view last column is always wider

I have created custom views for the timeline view of the fullcalendar scheduler (timelineCustomMonth, timelineCustomWeek, timelineCustomDay). However, the last column is always wider than the previous ones, no matter at what resolution. I can tell…
Stefan
  • 71
  • 2
7
votes
3 answers

FullCalendar does not load events

I am using FullCalendar in my asp.net mvc application. It does not load events. I am getting event list by ajax call. Below is my code. What is wrong with it.?
DhavalR
  • 1,409
  • 3
  • 29
  • 57
5
votes
2 answers

FullCalendar Overlapping Events different color

I am using Fullcalendar / Scheduler to show some events on a calendar. I get all my information from a REST service. I know that Fullcalendar has a method that checks if an event is overlapping with another ( it does this when using the…
Vlad N
  • 631
  • 2
  • 10
  • 21
5
votes
0 answers

Angular 2 - Jqueryui draggable implementation

I need to implement jquery-ui draggable inside an angular2 project. I have managed to drag and drop from external by using angular-cli scripts. "scripts": [ "../node_modules/jquery/dist/jquery.min.js", …
4
votes
1 answer

Full calendar - Drag and Drop - Customisation

I'm using React scheduler - FullCalendar. I like to keep the drag-and-drop feature for changing the event from one resource to another. But is there a way to disable dragging horizontally to change time? Also right now, the drag and drop works like…
Victor
  • 4,171
  • 1
  • 29
  • 37
4
votes
0 answers

FullCalendar.io Scheduler - Can I have resources as columns and days of week (or dates) as rows?

In Fullcalendar Scheduler's TimeGrid View with vertical resource view (https://fullcalendar.io/docs/vertical-resource-view), is it possible to create a custom view (or modify existing view) to have resources as columns without the dates underneath…
jeremie_se
  • 380
  • 1
  • 2
  • 14
4
votes
1 answer

fullcalendar.io can be use in .net core Blazor?

I try to use FullCalendar in Blazor webassembly page. Anyone has idea how to use FullCalendar in Blazor ??? Anyone can help me ? I include FullCalendar with libman.json { "library": "@fullcalendar/core", "provider": "unpkg", …
4
votes
1 answer

FullCalendar time slot height

I have a requirement to be able to adjust the height of the time slot intervals in the vertical resource view. datesRender: function(dayRenderInfo) { $(calendarEl).find('tr[data-time]').css('height', '50px'); } this works on the first load.…
Julien
  • 212
  • 1
  • 18
  • 53
4
votes
2 answers

Full Calendar Default View

Since Full Calendar is not really suitable for smaller screen I'm trying to change the "default view" of the full calendar according to the width size of the screen. I'm trying to implement that with this line code: defaultView: (function () { …
4
votes
3 answers

Show more than 1 day in Fullcalendar Day View

I am trying to use the Full Calendar component to show 3 days in agenda Day view or eventually using the vertical resource view. I tried using the example custom view but no luck. Is it possible to show 3 days, one below another in the day view ? I…
Vlad N
  • 631
  • 2
  • 10
  • 21
1
2 3
32 33