Table of Contents

TTMSFNCCloudMicrosoftOutlookCalendarItems.Find Method

Finds the event at the given collection index.

API unit family: TMSFNCCloudMicrosoftOutlookCalendar Declaring type: TTMSFNCCloudMicrosoftOutlookCalendarItems

Overloads

Overload 1

Finds the event at the given collection index.

function Find(const ID: integer): TTMSFNCCloudMicrosoftOutlookCalendarItem; overload;

Parameters

Name Description
ID Zero-based index of the event to return.

Returns

The event at the given index, or nil when out of range.

Overload 2

Finds the event with the given service identifier.

function Find(const ID: string): TTMSFNCCloudMicrosoftOutlookCalendarItem; overload;

Parameters

Name Description
ID Identifier of the event to locate.

Returns

The matching event, or nil when none is found.