Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

312
Views
how to only show business hours in react FullCalendar

I have this code which is the code for setting paramaters for my calendar:

import timeGridPlugin from '@fullcalendar/timegrid'
import FullCalendar from '@fullcalendar/react'

calevents.push({
        title: res.data[i].title, 
        start: moment(res.data[i].dateTime).toDate(), 
        end: moment(res.data[i].dateTime).add(2, 'hours'), 
        displayEventEnd: true, 
        id: res.data[i]._id, 
        allDayDefault: false,
        slotMinTime: '8:00:00',
        slotMaxTime: '18:00:00',
          extendedProps: {
            description: res.data[i].description
          },
      })

Basically, what I am trying to do is set the business hours of my business for the calendar. Using slotMinTime and slotMaxTime I thought I could set it, however, it doesn't change the view of the calendar.

How can I fix this?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!