Office..::..SendOfficeEvents Method
It sends calendar events to office 365
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool SendOfficeEvents( List<OfficeEvent> Events, ref ProcessManager..::..ProcessHelper Ret, ref IRestResponse response, Object userId )
Public Shared Function SendOfficeEvents ( _ 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