react-rrule-generator
react-rrule-generator copied to clipboard
Question: Can time of day be set in a recurring set?
For example: Every week , on Sunday at 4am
So looking deeper at react-datetime it can be configured to select a time , so does this allow passing in options for react-datetime?
So doesn't look like it , So either install react-datetime and configure as a custom calendar to pass in with needed settings or PR to open up the react-datetime options in rrule generator
Unfortunately I had to achieve that result for a project I'm working on. I actually made a checkbox to select if the event was all day, if not it would display 2 date time dropdowns for start and end time.