You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The change in 7.7.1 breaks event list calls for google calendar when sending an array of values for the eventType ListEventQueryParams
To Reproduce
For a google integration, call the following:
Expected behavior
When sending an array of ListEventQueryParams to a google calendar integration, the request is formed in a legal way for the google api and no errors are returned.
SDK Version:
I believe this change was introduced in 7.7.1
Additional context
If I roll back to my previous version, it works properly (7.5.2). We experienced this when updating the sdk.
The text was updated successfully, but these errors were encountered:
Describe the bug
The change in 7.7.1 breaks event list calls for google calendar when sending an array of values for the
eventType
ListEventQueryParamsTo Reproduce
For a google integration, call the following:
The response returns a 400:
Expected behavior
When sending an array of ListEventQueryParams to a google calendar integration, the request is formed in a legal way for the google api and no errors are returned.
SDK Version:
I believe this change was introduced in 7.7.1
Additional context
If I roll back to my previous version, it works properly (7.5.2). We experienced this when updating the sdk.
The text was updated successfully, but these errors were encountered: