Is it possible to display Recurring Events using Bubble’s Native Calendar Plugin? I’m referring to displaying recurring events, not the actual workflow setup.
The goal is to display these recurring events infinitely in the future. It’s probably possible if you setup the calendar yourself (without plugin) + use the toolbox plugin for this, but I was wondering this is possible with the Bubble Calendar Plugin?
Thanks!
Hopefully someone will chime in if I am wrong, but I am pretty sure that each event you display in this calendar has to be a separate data entry.
So I don’t think you can set a single data entry to be recurring and have it display on the calendar as such. You’d need to have virtually endless entries, each with a different date, to display as your recurring event (which really would NOT be a recurring event, but rather a single event that’s been scheduled over and over again).
Thanks for chiming in @firstfifteensoftware - the trick to displaying recurring events is by doing calculations & workflows on the front-end with JS. But I was wondering if this is possible with the Bubble Native Calendar Plugin, otherwise i’d need to build out the calendar feature from scratch!