react-scheduler
react-scheduler copied to clipboard
React scheduler component based on Material-UI & date-fns
I see recurring events is something planned, is there a timeline for this feature? Thank you for the library, it's been very helpful.
Hello, thanks for your great calendar library, I have tried it and something that could be improved a lot is the possibility of selecting a range of hours vertically and...
Also run CI with Node 20.x and 22.x as latest lts and latest versions in addition to node 16.x and 18.x. Also upgrade to the latest actions versions of checkout...
Add rendering support for recurring events
Is it possible to specify start and end dates instead of start and end hours? For example, if I want it to render slots from 9 am to 10:30, I...
Hi, I see the MUI v6 is recently released. Is it possible to upgrade this project to use MUI v6?
@aldabil21 I have some query about event render func. Case 1: Event Render in Month View Currently, the event render function only works in day and week views while in...
Hi, I was using @mui/material v5, and Vitest was working fine. As I need to display a calendar view, I use react-scheduler and need to upgrade to v6 (v6.4.6). Now,...
Hello @aldabil21, Thank you so much for your amazing work on this library! Due to specific needs, I created a fork where I made significant customizations to the internals to...
This adds a drag handle to the bottom of an event in day and week view so that the length of the event can be easily changed. https://github.com/user-attachments/assets/cb855c29-b09b-4117-aa98-0389fd70efad This depends...