Nylas::CalendarCollection.availability
returns Nylas::InvalidRequest
when :round_robin
parameter is nil
#373
Labels
Describe the bug
Using
nil
as the value for the:round_robin
parameter returns aNylas::InvalidRequest
error.To Reproduce
Simply try calling the
availability
function on aNylas::CalendarCollection
. After looking through the codebase,:round_robin
appears to benil
by default, so I think the bug should surface with whatever parameters you use.Expected behavior
As per the developer docs, I expected that using
round_robin: nil
would return collective availability.SDK Version:
5.11.0
Additional context
The text was updated successfully, but these errors were encountered: