StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
745 stars 415 forks source link

weekly repeat (by day name) rrule not displaying correctly #231

Open 1978milanbabic opened 3 years ago

1978milanbabic commented 3 years ago

Hi @StephenChou1017 ,

I have localized and set time to default timezone... (GMT +2)... Anyways, everything seems to be working (even rrule -> repeat by 1, 2, 3... days) - except the weekly rrule. And the awkward thing is that when I set the start time to 0 am (or 0 + some time), it locates repeating days one day after than it should. But when I set it to 2 am it displays it correctly. It's obviously a bug in displaying rrule weekly (by day name). I like your scheduler for simplicity and use case. Could you please take a look?