CalendarWriter class

The CalendarWriter class writes iCalendar data to an underlying stream and performs limited validation on the data written.

Inheritance hierarchy

System.Object
  Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarWriter

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class CalendarWriter
'Usage
Dim instance As CalendarWriter
public class CalendarWriter

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CalendarWriter members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace