Click or drag to resize
DAVClientgetDAVFreeBusy Method
Fetches the free busy data calendar output for a user

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult getDAVFreeBusy(
	ref DAVFreeBusyResponse FreeBusyResponse,
	string sUserAddress,
	DateTime RangeStart,
	DateTime RangeEnd,
	DAVURI SchedulingURL
)

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: DAVResult
DAVResult indicating success or failure
Remarks