← Back to all provider errors
Google
timeRangeEmpty — The specified time range is empty.
timeMin is after timeMax.
Riposte solution
The time range provided to the Calendar API is invalid (start time is after end time). Ensure your query parameters are correct when using Riposte's calendar endpoints. Adjust timeMin and timeMax (or their equivalents) so that the start is before the end, then call the endpoint again.
Quick facts
- Provider
- Endpoint / surface
- Google Calendar API
- Status code
- 400
Why it happens
[Swapped or invalid time range parameters]
How to fix it
[Ensure timeMin < timeMax]