TTMSFNCCloudMicrosoftOutlookCalendarItems Class
Collection of TTMSFNCCloudMicrosoftOutlookCalendarItem objects, holding the events returned for a calendar.
API unit family: TMSFNCCloudMicrosoftOutlookCalendar
Inherits from: TCollection
Syntax
TTMSFNCCloudMicrosoftOutlookCalendarItems = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the events in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Creates a new event, appends it to the collection and returns it. |
| Find | Finds the event at the given collection index. |
| GetOwner | Returns the component that owns this collection. |
| Insert | Creates a new event and inserts it at the given position. |