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
0 answers

Horizontal scroller (fc-scroller-clip) from the bottom to the top of FullCalendar

Does it possible in timelineMonth to change the position of the horizontal scroller from the bottom to the top with some option as shown on the picture? It is useful when we have to much resources and need to searching for the scroller somewhere…
0
votes
1 answer

fullcalendar scheduler stopped working

I have fullcalendar scheduler script installed and everything was working fine for about 5 months. This week I noticed, that events are rendered only until Wednesday, August 10, 2016. After this day, no event is rendered, although data form db is…
gdolenc
  • 301
  • 1
  • 2
  • 17
0
votes
0 answers

fullcalendar scheduler resource onclick color change

Is it possible to set an indicator in fullcalendar scheduler timeline view? If a user presses on Resource title, I want its td to become background-color: blue. If a user clicks on another resource, its background becomes blue and the other (last)…
0
votes
2 answers

fullcalendar: resources with start and end date

Is it possible in fullcalendar-scheduler to pass start and end date of the view to the resources? eventSources are provided with these two parameters automatically, but resources not. I tried with resources: { url: ', …
cwhisperer
  • 1,478
  • 1
  • 32
  • 63
0
votes
1 answer

FullCalendar call gotoDate and set firstDay programatically

I have added a custom button to the header of the calendar that has each month of the year in it. The idea is that you can select the month and the calendar will jump to that month. I currently have firstDay set to 1 to start the calendar on a…
Ally Murray
  • 599
  • 1
  • 6
  • 16
0
votes
1 answer

FullCalendar Scheduler eventMouseover for Resources

My resource list is a list of users for my scheduler. I would like to show a tooltip when hovering over them that displays user specific information. I can do this easily for events with the eventMouseover but can someone help me do this for…
Daffy13
  • 519
  • 10
  • 21
0
votes
0 answers

Populate nested json from mysql

I am trying to use the full calendar scheduler plugin and I am trying to create the required JSON from my database. The format needed is shown below. I need to the staff do be "children" of their department So all the cleaners would show under…
Josh Fradley
  • 545
  • 1
  • 10
  • 23
0
votes
1 answer

How Do I Associate FullCalendar Resource With EventSources from Google Calendar?

I've searched the documentation and found nothing about associating a FullCalendar Resource with Event Sources from Google Calendar. This is the relevant code: resources: [ { id: 'room01', title: 'Room 1' }, { id: 'room02',…
ejcortes
  • 609
  • 7
  • 13
0
votes
1 answer

RefetchEvents fullcalendar from single event source

Am working in fullcalandar jquery plugin,but now i stuck with refetching calendar. I have two event sources , and i have made custom refresh button on calendar headar. I want to do refetch events only from second event source whenever user hits…
Krupa
  • 193
  • 2
  • 23
0
votes
2 answers

Events not displaying with PrimeNG Schedule cannot read property scrollTop of null

I am trying to use PrimeNG's Schedule component to display calendar events for users. The calendar displays, but when Fullcalendar tries to render the events it's returning an error: "ORIGINAL EXCEPTION: TypeError: Cannot read property 'scrollTop'…
Isahiro
  • 165
  • 1
  • 2
  • 11
0
votes
1 answer

Adding time indication in Fullcalendar's Scheduler (resource view)

While using the Scheduler's Resource view the user found it hard to understand the hovering time. Adding this below $('#calendar').fullCalendar( ... ); $(".fc-slats tr").each(function () { $(this).addClass("timerow"); }); and…
athskar
  • 226
  • 1
  • 3
  • 12
0
votes
1 answer

scheduler timelineDay long period snaps events

Is it possible to prevent the timelineDay view of snapping resources to a full day (see image), as you can see the start/end time aren't exactly on day start/end but for some reason it gets snapped. (see the red line, it should end at 13:43)
Martijn Welker
  • 5,575
  • 1
  • 16
  • 26
0
votes
2 answers

Make night mode on fullcalendar

I need a option for night mode in a fullcalendar(adamshaw) agenda week view, that is it show the night time only for example 8pm to 8am (from top 8pm to continue until 8am) is there any help regarding this?
Ashok
  • 135
  • 1
  • 3
  • 13
0
votes
2 answers

ScrollTime Not working on timelineDay View

Thanks in advance for reading. Hopefully this isn't a stupid question, but I haven't been able to find a solution here on my own. I'm trying to use the timelineDay view (Scheduler). In it, I'd like to show the whole day (midnight to midnight), but…
1 2 3
32
33