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

How to display days in rows using fullcalender.js?

Below is the link for a calender in which I am showing different days in columns.I just want to display the this days in rows instead of columns.Please help.
0
votes
2 answers

Highlight some custom events on first load Full Calendar

I am using fullCalendar in my project. My issue is I want to prepopulte the calendar, I am using these settings as initScheduleCalendar = -> scheduleCalendar = $('#cloud-recording-calendar').fullCalendar axisFormat: 'HH' allDaySlot: false …
Junaid Farooq
  • 2,484
  • 5
  • 26
  • 63
0
votes
2 answers

FullCalendar - Make date not clickable

I'm working with fullcalendar and am wondering if there is a way to make certain dates unclickable. The function I have so far compares all "day squares" dates on the calendar to a maximum date I have defined earlier. If the date goes beyond the max…
0
votes
2 answers

Week Numbers in TimelineYear view

I am displaying a timelineYear view with day slots which has rows at the top for month and day. | January 2017 | |01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|... Is it possible to…
apc
  • 5,306
  • 1
  • 17
  • 26
0
votes
2 answers

Full Calendar Dates are different in different countries

I am using fullcalendar.js and i am having problem with the timezone. It is working perfectly well from where i am living but my client who lives in Canada Burlington doesn't get the same date he clicks on. i have set the zone to -05:00(their zone)…
0
votes
1 answer

FullCalendar Scheduler Timings customization

Is it possible in agendaDay view that I can start the timings from 8am instead of 12am?
adeel41
  • 3,123
  • 1
  • 29
  • 25
0
votes
1 answer

Full calendar: display multiple months on single view

I am using Full calendar scheduler, Wanted to display multiple months on single view. Is there any ideas to implement that without changing the source code?
Vinoth Rajendran
  • 1,181
  • 1
  • 13
  • 28
0
votes
0 answers

FullCalendar does not render date for month and day view

Following Data is being passed about events: [{"title":"my First Entry","start":"2016-09-27T11:47:00","end":"2016-09-27T12:47:00","allday":false}] It renders entry only in month view. eventRender is also not fired for day and week Javascript var…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
0 answers

Reporting day of the month using the FullCalendar

Good night people. I have the following questions: It is possible to inform the days of the month fullcallendar the day inves. Example 5, 6 and 7 October 2016 My need is that the agenda of my employee is not from Monday to Friday (Saturday or…
AmandaRJ
  • 209
  • 3
  • 13
0
votes
3 answers

How to put interval of time for lunch using FullCalendar

Good afternoon everyone. I'm using FullCalendar and would like to know if you like me to put the lunch break in my schedule, so that time can be made not score schedule. Example: Working hours from 08:00 to 18:00 and my lunch is from 12:00 until…
AmandaRJ
  • 209
  • 3
  • 13
0
votes
0 answers

How to set dynamically at initialization the default view of full Calendar

I set the full calendar to be display on a tab. When loading the page, depending the event start and end date I want to set the default view of the calendar. But after creating full calendar the event is undefined. The event is loaded through ajax…
Moni
  • 3
  • 3
0
votes
0 answers

Fire fullcalender select only on doubleclick

I want to create an event only on double-click.The following is the sample code that I tried, $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right:…
0
votes
0 answers

make selections by right clicking and dragging in full calender

How can I make the selections by Right Clicking and Dragging in fullcalendar? from the doc, we can left click and drag for select the time slot and create the event if selectable is set to true. But how can we enable right click for the same?
0
votes
1 answer

Add a class to the dragging event in full calendar

How to add a class to the dragging event in full calendar? Is it possible to do it using eventDragStart event?
0
votes
1 answer

How do I pass current date range from Fullcalendar to the JSON function

I use fullcalendar eventsources function, to get events data from db: eventSources: getSources() where getSources is getSources(){ var mysources = { mysourceone:{ url: YOUR URL TO GET JSON, type: 'POST', …
gdolenc
  • 301
  • 1
  • 2
  • 17