[This is preliminary documentation and is subject to change.]

Constructor to create a vCalendar object out of the EventInfo This can be used for exporting vCalendar

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCvEvent(
	EventInfo eInfo,
	TimeZoneInfo userTzInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	eInfo As EventInfo, _
	userTzInfo As TimeZoneInfo _
)
Visual C++
public:
OCvEvent(
	EventInfo^ eInfo, 
	TimeZoneInfo^ userTzInfo
)

Parameters

eInfo
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
The event info structure
userTzInfo
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone info

See Also