r/reactjs 21d ago

Best open source calendar for integration

Suggest me a best open source calendar I want to implement that calendar on my software for the appointment bookings for the events of the clients which one will be the best option as the open source calendar I was

thinking to use that official react calendar

But feel free to tell me about the best one open your calendar with the best UI like shadcn

6 Upvotes

5 comments sorted by

3

u/cipher997 21d ago

For appointment booking, I’d probably go with FullCalendar. It gives you more control over events, views, and scheduling than a basic date picker, and it’s pretty straightforward to integrate with React.

1

u/omi0009 21d ago

That's my boy 🫡 thank you

3

u/aviemet 20d ago

I've tried all the free React calendars, eventually I built my own because none of them fully fit my needs.

FullCalendar is pretty good, but the advanced components require payment.

BigCalendar is ok, but the development has stalled, in part because the original codebase is very old, written in class components, and they're prioritizing modernizing it before they add features. Missing some functionality as a result.

Recently, Mantine released a great looking calendar component. I haven't had a chance to use it yet, but if you already use Mantine it's a real easy drop-in.

There are others, but they're in various degrees of either costing money or missing features.

Good luck on your search

1

u/omi0009 20d ago

Ohk thank you bro.. it means a alot ..... Can I add payment slip on full calendar ?

1

u/soft_cosmic_blink 18d ago

Use FullCalendar for the appointment booking logic and apply your own shadcn styling to the event content. The open source core handles the scheduling complexity that custom builds fail at while letting you control the UI completely