Click or drag to resize
DAVClientparseFreeBusyRequest Method
Parses the result of a free/busy request

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult parseFreeBusyRequest(
	ref DAVHTTPResponse davResponse,
	ref DAVFreeBusyResponse FreeBusyResponse
)

Parameters

davResponse
Type: ARPDev.DAVLIBDAVHTTPResponse
davResponse As DAVHTTPResponse
FreeBusyResponse
Type: ARPDev.DAVLIBDAVFreeBusyResponse
FreeBusyResponse As DAVFreeBusyResponse

Return Value

Type: DAVResult
DAVResult to indicate success or failure
Remarks