video explanation : 2025-04-29 16-02-50.mkv - Google Drive
Hello everyone,
I need some help with integrating JASON data into my Bubble app as a data source. Here’s the flow I’m working with:
Getting Data from Google API:
I first retrieve the calendar event data from the Google Calendar API. This data is returned in JSON format and contains various event details such as the event summary, start time, end time, and other related information.
Modifying the Data with JavaScript:
Once I have the raw event data, I’m using JavaScript to manipulate or modify the data as per my needs. For example, I may want to:
Change the format of the date and time.
Filter out certain events.
Extract only specific fields like event summary and links.
The modified data will be in a similar structure to the original Google Calendar events, but with adjustments based on my requirements.
Using the Modified Data in Bubble:
After modifying the event data in JavaScript, I want to use this data as the source in Bubble for a Repeating Group. Specifically:
The modified event data should be displayed in the Repeating Group.
Each event will be shown with its details such as summary, start time, and event link.
Challenges:
I’m not sure how to send this modified data from JavaScript into Bubble.
How can I use this data within the Repeating Group without directly fetching it from an API each time?
What’s the best approach to store and display this modified data in Bubble’s database or use it dynamically?
Key Question:
How do I pass this modified Google Calendar event data (post-JavaScript manipulation) into a Bubble Repeating Group as a data source? Should I store it in Bubble’s database or use it dynamically within the page?
Any insights or recommendations on how to best approach this would be highly appreciated.
Thank you so much!