CalendarEvent Class
The CalendarEvent class represents a unique calendar item occurrence.
Inheritance Hierarchy
System.Object
ExchangeWebServices.CalendarEvent
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CalendarEvent
'Usage
Dim instance As CalendarEvent
[SerializableAttribute]
public class CalendarEvent
Remarks
The appointment and meeting times that are contained in the CalendarEvent instance are in the time zone of the client. The level of detail that this class provides depends on the permissions that are granted to the requestor.
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.