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