EventParser

public protocol EventParser : Parser where Self.U == EKEvent

Extension to the Parser protocol. Requires the converted object to be an instance of the EKEvent type.

Seealso

EventKitHandler
  • EKEventStore in which parsed EKEvents will be created and saved.

    Declaration

    Swift

    var eventStore: EKEventStore! { get set }