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
ReminderDictionaryParser
Seealso
EventKitHandler
-
EKEventStorein which parsedEKReminders will be created and saved.Declaration
Swift
var eventStore: EKEventStore! { get set }
ReminderParser Protocol Reference