Hey!
Does anyone know if it’s possible to pull two data types into one Bubble Calendar? (i.e somehow get around the single select “type of events” dropdown)
My use case is wanting to build a calendar that displays the "due date"s from two different data types.
Thank you!
Create a new datatype for the calendar, linking to the other two…
apologies im a little bit new to bubble, would you mind elaborating on how you would set up the link?
Just have a field for each of the different event datatypes on the main ‘calendar_event’ datatype…
You’ll also need fields for the event caption and start date (and possibly end date)… which you can keep in sync with the child event datatype a using database triggers…
As an added benefit, you’ll also get performance gains here (especially if your child event datatypes are heavy), as you’ll be loading only the bear minimum data into the calendar… (in fact, even if you only had a single event datatype, it’s still not a bad idea to to it this way to improve performance)…