{CompanyName} FlexyGo

Office..::..DeleteOfficeEvents Method

It delete calendar events to office 365

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool DeleteOfficeEvents(
	List<OfficeEvent> Events,
	ref ProcessManager..::..ProcessHelper Ret,
	ref IRestResponse response,
	Object userId
)
Public Shared Function DeleteOfficeEvents ( _
	Events As List(Of OfficeEvent), _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	ByRef response As IRestResponse, _
	userId As Object _
) As Boolean

Parameters

Events
Type: List<(Of <(<'OfficeEvent>)>)>
Collection of calendar events
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
response
Type: IRestResponse%
userId
Type: Object

Return Value

true if success, false otherwise.