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
-
EKEventStore
in which parsedEKReminder
s will be created and saved.Declaration
Swift
var eventStore: EKEventStore! { get set }