Common Issues
Connection issues
Data flow runs forever with no output
If your data flow hangs indefinitely without returning data, try the following:
Cancel the run and check that you've selected a valid calendar in the source settings
Confirm your Google account authorization is still active — disconnect and reconnect your account if needed
Narrow your date range and try running again
If the issue persists, contact Coupler.io support with your data flow ID
Error when connecting to a shared or team calendar
Make sure the Google account you authorized has at least Reader access to the calendar. If you're pulling from a shared calendar (e.g., a team or resource calendar), the account owner may need to grant you explicit access in Google Calendar settings before Coupler.io can read it.
Missing data
Future events are not showing up
If only past or today's events appear, check your End date setting. The end date must be set to a future date to include upcoming events. Use the date picker to set it as far forward as needed — Coupler.io supports future date ranges.
Events older than 4 weeks are missing
This is a hard limit from the Google Calendar API. You cannot pull events from more than 4 weeks ago in a single run.
As a workaround, use the Append mode in your destination settings so each scheduled run adds new rows rather than overwriting existing ones. This lets you build a historical archive over time.
Recurring events show the wrong date
Recurring events can show the original creation date instead of the actual occurrence date within your selected date range. This is a known behavior. To work around it, use the Updated since parameter to filter for recently updated events, or verify results against your calendar directly. This is one of the most commonly reported issues — if your use case depends on accurate recurring event dates, test carefully before relying on this data.
Blank or empty rows in the export
Blank rows typically appear when some events have missing fields (such as no description or location). To remove them, apply an advanced filter in Coupler.io to exclude rows where a required field — like summary — is empty.
Fewer rows than expected (import seems truncated)
If you're on a free plan, row limits apply and your data may be truncated. Try narrowing your date range to reduce the dataset size. If you need more rows, consider upgrading your plan or splitting the export into multiple date windows using separate data flows.
Permission errors
"Got an unexpected keyword argument" error with advanced filters
This error can occur when using certain field names (like attendees) in advanced filters. Not all event fields support direct filtering through the advanced filter interface. If you need to filter on attendee data, export the full dataset and apply filtering in your destination (e.g., using Google Sheets formulas or BigQuery queries).
Data discrepancies
Times are off by one hour compared to Google Calendar
This is usually caused by a daylight saving time (DST) mismatch. The start.dateTime field includes timezone information, but conversions in your destination may not account for DST correctly. Check that your destination's timezone settings match your calendar's timezone. If using Google Sheets, verify any DATETIME conversion formulas explicitly handle the correct UTC offset for your region.
Event data in Coupler.io doesn't match what's in Google Calendar
If you see fewer events than expected, confirm:
The correct calendar is selected as the source
Your date range covers the period you're checking
The events were created by (or shared with) the authorized Google account
Cancelled events may be filtered out by default — check if the missing events have a cancelled status in Google Calendar
Last updated
Was this helpful?
