Contents

init(sources:)

Creates an event store that contains data for the specified sources.

Declaration

init(sources: [EKSource])

Parameters

  • sources:

    An array of sources the event store should contain. This array may include delegate sources.

Return Value

An event store that contains data for a specific collection of event sources.

See Also

Creating event stores