FIRVisionBarcodeCalendarEvent
@interface FIRVisionBarcodeCalendarEvent : NSObjectA calendar event extracted from a QR code.
-
Calendar event description.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *eventDescription; -
Calendar event location.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *location; -
Clendar event organizer.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *organizer; -
Calendar event status.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *status; -
Calendar event summary.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *summary; -
Calendar event start date.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSDate *start; -
Calendar event end date.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSDate *end; -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;