MLKitBarcodeScanning Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
BarcodeCalendarEvent
class BarcodeCalendarEvent : NSObject
A calendar event extracted from a QR code.
-
Calendar event description.
Declaration
Swift
var eventDescription: String? { get }
-
Declaration
Swift
var location: String? { get }
-
Calendar event organizer.
Declaration
Swift
var organizer: String? { get }
-
Declaration
Swift
var status: String? { get }
-
Declaration
Swift
var summary: String? { get }
-
Calendar event start date.
Declaration
Swift
var start: Date? { get }
-
Declaration
Swift
var end: Date? { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["`BarcodeCalendarEvent` objects represent calendar event data extracted from QR codes."],["The class provides properties like `eventDescription`, `location`, `organizer`, `status`, `summary`, `start`, and `end` to access event details."],["These properties offer information such as the event's description, location, organizer, status, summary, start date, and end date."],["The `start` and `end` properties are of type `Date?` representing the event's start and end times, respectively."],["While offering read access to various event attributes, the `BarcodeCalendarEvent` class does not support direct instantiation using an initializer."]]],[]]