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

Adjusts the user availability record based on the event info.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void AdjustUserAvailabilityForMeeting(
	EventInfo ei,
	TimeZoneInfo serverTz
)
Visual Basic (Declaration)
Protected Sub AdjustUserAvailabilityForMeeting ( _
	ei As EventInfo, _
	serverTz As TimeZoneInfo _
)
Visual C++
protected:
void AdjustUserAvailabilityForMeeting(
	EventInfo^ ei, 
	TimeZoneInfo^ serverTz
)

Parameters

ei
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
The eventinfo structure
serverTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The timezone of the server

See Also