Click or drag to resize
DAVFolderCreateItem Method (VCalendar)
Creates a VCalendar/VEvent under this DAVFolder

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVItem CreateItem(
	ref VCalendar vci
)

Parameters

vci
Type: ARPDev.DAVLIBVCalendar
VCalendar/VEvent object to be created

Return Value

Type: DAVItem
DAVItem if success, otherwise Nothing
Remarks