0

I am using the react-big-calendar and I would like to have some sort of event which repeats each month to an undetermined end... i.e. I would write the start end for the event and then it will every month be displayed on the screen.

Is that possible?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
lucasbbs
  • 349
  • 4
  • 14

1 Answers1

0

React-Big-Calendar displays the events you give it, through the events prop. You would have to manually replicate the repeated items and add them to your events array at the proper intervals.

Steve -Cutter- Blades
  • 5,057
  • 2
  • 26
  • 40