Click or drag to resize
DAVClientgetCalendarItems Method
Returns the items within a Calendar (or limits to the list of ItemIds defined in ItemList)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult getCalendarItems(
	ref DAVContainer DAVFolder,
	ref List<string> ItemList = null,
	bool bGetData = false
)

Parameters

DAVFolder
Type: ARPDev.DAVLIBDAVContainer
DAVContainer/Folder representing calendar
ItemList (Optional)
Type: System.Collections.GenericListString
List of ItemIds to fetch (if omitted or Nothing then it will return everything)
bGetData (Optional)
Type: SystemBoolean
Determines whether to fetch just the ids and change information or the actual data for the items

Return Value

Type: DAVResult
DAVFolder.Items is populated with the resulting data
Remarks
bGetData determines whether or not the VCards/VCalendar data should be returned
See Also