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 _
    Implements IDisposable
'Usage
Dim instance As CalendarWriter
public class CalendarWriter : IDisposable

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.