Click or drag to resize
DAVFolderUpdateItem Method (String, VCalendar)
Updates a VCalendar/VEvent object within a folder by its filename (ItemId)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UpdateItem(
	string ItemId,
	ref VCalendar vci
)

Parameters

ItemId
Type: SystemString
Server Filename or ItemId. Example test.ics
vci
Type: ARPDev.DAVLIBVCalendar
VCalendar object

Return Value

Type: Boolean
True if updated, False if not
Remarks