im-perativa / streamlit-calendar

A Streamlit component to show calendar view using FullCalendar
https://calendar-component.streamlit.app/
Apache License 2.0
101 stars 10 forks source link

add feature: support recurring events with rrule plugin #29

Closed Jingy2000 closed 3 months ago

Jingy2000 commented 3 months ago

Added recurring events function with the RRule Plugin from FullCalendar. See the document here. In the demo, I also add an example of recurring events (Event 18)

im-perativa commented 3 months ago

@Jingy2000 Hi thanks for the feature contribution. I did some quick check and thinking is it possible to capture the rrule config back on callbacks (e.g eventClick) because I don't think it's captured even after you provide the type.

im-perativa commented 3 months ago

:tada: This issue has been resolved in version 1.2.0 :tada:

The release is available on PyPI and GitHub.