-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
When I call get_user_availability
with a list of more than one email addresses, and if I understand this correctly:
Viewpoint/lib/ews/soap/ews_soap_free_busy_response.rb
Lines 40 to 42 in e8fec4a
def get_user_availability_response | |
body.first[:get_user_availability_response][:elems].first[:free_busy_response_array][:elems].first[:free_busy_response][:elems] | |
end |
then get_user_availability_response
method only returns the responses for the first email address. Should it be possible to access all the other responses?
Metadata
Metadata
Assignees
Labels
No labels