TTMSFNCCloudGoogleCalendarItems Class
Collection of TTMSFNCCloudGoogleCalendarItem objects holding the events retrieved from a calendar.
API unit family: TMSFNCCloudGoogleCalendar
Inherits from: TCollection
Syntax
TTMSFNCCloudGoogleCalendarItems = 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 an event by its collection index. |
| GetItemByID | Returns the event with the given identifier. |
| GetOwner | Returns the persistent object that owns this collection. |
| Insert | Creates a new event and inserts it at the given position. |