A calendar event extracted from QRCode.
| String |
getDescription()
Gets the description of the calendar event.
|
| Barcode.CalendarDateTime |
getEnd()
Gets the end date time of the calendar event.
|
| String |
getLocation()
Gets the location of the calendar event.
|
| String |
getOrganizer()
Gets the organizer of the calendar event.
|
| Barcode.CalendarDateTime |
getStart()
Gets the start date time of the calendar event.
|
| String |
getStatus()
Gets the status of the calendar event.
|
| String |
getSummary()
Gets the summary of the calendar event.
|
Gets the description of the calendar event.
Returns null if not available.
Gets the end date time of the calendar event.
Returns null if not available.
Gets the location of the calendar event.
Returns null if not available.
Gets the organizer of the calendar event.
Returns null if not available.
Gets the start date time of the calendar event.
Returns null if not available.
Gets the status of the calendar event.
Returns null if not available.
Gets the summary of the calendar event.
Returns null if not available.