Hello, Makers!
I’m facing a problem integrating the “Get Free/Busy Information” module from Google Calendar with a webhook on Make. The module returns a list of busy times, but the number of data points varies depending on availability.
Problem: When I point the data to the webhook, it only receives a single data point, even though Google Calendar returns multiple busy times.
Current Setup:
- Google Calendar Module: Configured to fetch busy times between February 10 and 20, 2025.
- Webhook: Set up to receive and process the data, but only receives one time slot.
Goal: I want the webhook to receive all busy times and process each one correctly. I need help configuring this to work with a variable amount of data.
What I’ve Tried:
- Checked the data mapping.
- Tested with different time ranges.
Attached Images:
- Google Calendar Configuration.
- Webhook Configuration.
I appreciate any help or suggestions!