React Schedule Meeting

A simple agnostic React UI for scheduling

February 2024

Mon
Tue
Wed
Thu
Fri
Sat
Sun

Thursday, February 22nd

No times available

No future times available

Playground Options!

startTimeListStyle

The style for the start times

eventDurationInMinutes

The minutes of each event

eventStartTimeSpreadInMinutes

The length between the next possible event start time. Example: For 30, an event start time will be available 30 minutes after the previous event END time.

borderRadius

The border radius setting that restyles the entire UI.

primaryColor

The primary color setting that restyles the entire UI.

backgroundColor

The background color setting that restyles the entire UI.

resetDate (onStartTimeSelect)

After a time slot has been selected, you can reset the date with onStartTimeSelect.resetDate()

resetSelectedTimeState (onStartTimeSelect)

After a time slot has been selected, you can reset the selected state with onStartTimeSelect.resetSelectedTimeState().

skipConfirmCheck

This is only relevant when startTimeListStyle is set to "scroll-list". When set to true, the user will not be prompted to confirm their selection.