Kris
Kris
@davidgoli Could you add this badge to the package? I submitted a PR to https://github.com/pickhardt/maintainers-wanted/pull/56 to try and help get more maintainers [](https://github.com/pickhardt/maintainers-wanted)
I personally like the way this package deals with it but the difference in behaviors is confusing when considering the way the actual protocol and calendars deal with DTSTART. Because...
Feel free to open a PR to add this feature! The package is currently looking for active maintainers as well if you are interested: https://github.com/jakubroztocil/rrule/issues/450
Try using rrulestr https://github.com/jakubroztocil/rrule/issues/335#issuecomment-491618091 instead
Having a similar issue with trying to add a reference to AgendaList and calling `agendaListRef.current.chooseDay()`
> @KrisLau Hi. Why are you invoking chooseDay and not resetting selected prop? @Inbal-Tish I tried `selected` but it was not working for me and then i saw this on...
> @KrisLau Yes, you can't scroll to an item that was not rendered, but the AgendaList's scroll is handled by the ExpandableCalendar (that's the whole point), you should not manage...
@Inbal-Tish Related to #1862. I also tried logging stuff in the `agendaList.js` and it looks like the problem is in the `scrollToSection` where the `sectionIndex` is for some reason resolving...
@Inbal-Tish I just tried that and it still seems to stay on the same date. I feel like the selectedDay logic was working for me until I updated the package...