# File 'lib/zimbra/appointment.rb', line 306defappointment_response(node)# It's much easier to deal with this as a hash
Zimbra::Hash.from_xml(node.to_xml)end
.get_search_response(response) ⇒ Object
300
301
302
303
304
# File 'lib/zimbra/appointment.rb', line 300defget_search_response(response)(response/"//n2:appt").collectdo|node|Zimbra::Hash.from_xml(node.to_xml)endend