[[["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 2020-08-08 UTC."],[],[],null,["# FirebaseVisionBarcode.CalendarEvent\n\npublic static class **FirebaseVisionBarcode.CalendarEvent** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nA calendar event extracted from QRCode. \n\n### Public Method Summary\n\n|------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](//developer.android.com/reference/java/lang/String.html) | [getDescription](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getDescription())() Gets the description of the calendar event. |\n| [FirebaseVisionBarcode.CalendarDateTime](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarDateTime) | [getEnd](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getEnd())() Gets the end date time of the calendar event. |\n| [String](//developer.android.com/reference/java/lang/String.html) | [getLocation](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getLocation())() Gets the location of the calendar event. |\n| [String](//developer.android.com/reference/java/lang/String.html) | [getOrganizer](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getOrganizer())() Gets the organizer of the calendar event. |\n| [FirebaseVisionBarcode.CalendarDateTime](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarDateTime) | [getStart](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getStart())() Gets the start date time of the calendar event. |\n| [String](//developer.android.com/reference/java/lang/String.html) | [getStatus](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getStatus())() Gets the status of the calendar event. |\n| [String](//developer.android.com/reference/java/lang/String.html) | [getSummary](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarEvent#getSummary())() Gets the summary of the calendar event. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getDescription** ()\n\nGets the description of the calendar event. \n\n#### public [FirebaseVisionBarcode.CalendarDateTime](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarDateTime) **getEnd** ()\n\nGets the end date time of the calendar event. \n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getLocation** ()\n\nGets the location of the calendar event. \n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getOrganizer** ()\n\nGets the organizer of the calendar event. \n\n#### public [FirebaseVisionBarcode.CalendarDateTime](/docs/reference/android/com/google/firebase/ml/vision/barcode/FirebaseVisionBarcode.CalendarDateTime) **getStart** ()\n\nGets the start date time of the calendar event. \n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getStatus** ()\n\nGets the status of the calendar event. \n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getSummary** ()\n\nGets the summary of the calendar event."]]