How to "do a search" from 2 different tables in Bubble calendar?

Hello,

I have two tables, one called “Student Schedule” which contains weekly plan for students only, and another table called “Events” which contains any event created by the school, non related to the student schedule and applicable to every user (parents, teachers, students, administration).

I have a calendar for students that displays “Student Schedule” (see image), and I would like to add “Events” as well directly in the same calendar.

Is it possible and how ?
Thank you.

you’d need to create a calendar data type and then send both the different types of data to the shared calendar data type

ie
calendar_event
student_event
school_event

both student and school event are child datas of the calendar_event which allows you to connect any number of different datas to the “calendar”

This topic was automatically closed after 70 days. New replies are no longer allowed.