ReminderParser

public protocol ReminderParser : Parser where Self.U == EKReminder

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

Seealso

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

    Declaration

    Swift

    var eventStore: EKEventStore! { get set }