react-rrule-generator icon indicating copy to clipboard operation
react-rrule-generator copied to clipboard

Question: Can time of day be set in a recurring set?

Open hellofantastic opened this issue 5 years ago • 3 comments

For example: Every week , on Sunday at 4am

hellofantastic avatar Sep 10 '19 18:09 hellofantastic

So looking deeper at react-datetime it can be configured to select a time , so does this allow passing in options for react-datetime?

hellofantastic avatar Sep 11 '19 16:09 hellofantastic

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

hellofantastic avatar Sep 11 '19 16:09 hellofantastic

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.

jackleriche avatar Nov 07 '19 17:11 jackleriche