FullScheduler - Calendar - Gallery Image

FullScheduler — 🏢 Room & Asset Booking — FullScheduler

Docs, demos, API

Highlight detail

room-and-asset-booking
Back to highlight

🏢 Room & Asset Booking

Monthly overview for utilization; precise day view for bookings with instant conflict feedback.

Switch views

    function jumpToMonth(api: FullSchedulerApi, date = new Date()) {
  const start = monthStart(date)
  const end = monthEnd(date)
  api.setDateRange(start, end)
}

  

Prevent double-booking

    options.onEventDropped = (d) => {
  overlapsExisting(d.event, d.newStartDateTime, d.newEndDateTime) ? d.decline() : d.accept()
}

  

Visual cues

  • Use a renderer to add “conflict” or “approved” chips.

  • Tag equipment type and capacity via event.data.