| DAVClientgetDAVFreeBusy Method  | 
Fetches the free busy data calendar output for a user
 
 
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVResult getDAVFreeBusy(
	ref DAVFreeBusyResponse FreeBusyResponse,
	string sUserAddress,
	DateTime RangeStart,
	DateTime RangeEnd,
	DAVURI SchedulingURL
)
Public Function getDAVFreeBusy ( 
	ByRef FreeBusyResponse As DAVFreeBusyResponse,
	sUserAddress As String,
	RangeStart As DateTime,
	RangeEnd As DateTime,
	SchedulingURL As DAVURI
) As DAVResult
public:
DAVResult getDAVFreeBusy(
	DAVFreeBusyResponse^% FreeBusyResponse, 
	String^ sUserAddress, 
	DateTime RangeStart, 
	DateTime RangeEnd, 
	DAVURI^ SchedulingURL
)
member getDAVFreeBusy : 
        FreeBusyResponse : DAVFreeBusyResponse byref * 
        sUserAddress : string * 
        RangeStart : DateTime * 
        RangeEnd : DateTime * 
        SchedulingURL : DAVURI -> DAVResult 
Parameters
- FreeBusyResponse
 - Type: ARPDev.DAVLIBDAVFreeBusyResponse
DAVFreeBusyResponse containing the result of the request - sUserAddress
 - Type: SystemString
User's e-mail address - RangeStart
 - Type: SystemDateTime
RangeStart as DateTime - RangeEnd
 - Type: SystemDateTime
RangeEnd as DateTime - SchedulingURL
 - Type: ARPDev.DAVLIBDAVURI
Scheduling Outbox URL as determined when discovering the Calendar collection 
Return Value
Type: 
DAVResultDAVResult indicating success or failure
Remarks
See Also