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

Reads the calendar into EventInfo structure. Can only read one calendar currently

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

Syntax

C#
public OCVCalendar(
	HttpPostedFile pFile,
	TimeZoneInfo userTzinfo
)
Visual Basic (Declaration)
Public Sub New ( _
	pFile As HttpPostedFile, _
	userTzinfo As TimeZoneInfo _
)
Visual C++
public:
OCVCalendar(
	HttpPostedFile^ pFile, 
	TimeZoneInfo^ userTzinfo
)

Parameters

pFile
Type: System.Web..::.HttpPostedFile
The posted vCalendar file.
userTzinfo
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone information

See Also