Package com.google.zxing.client.result
Class CalendarParsedResult
java.lang.Object
com.google.zxing.client.result.ParsedResult
com.google.zxing.client.result.CalendarParsedResult
Represents a parsed result that encodes a calendar event at a certain time, optionally
with attendees and a location.
- Author:
- Sean Owen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.zxing.client.result.ParsedResult
getType, maybeAppend, maybeAppend, toString
-
Constructor Details
-
CalendarParsedResult
-
-
Method Details
-
getSummary
-
getStart
Deprecated.- Returns:
- start time
-
getStartTimestamp
public long getStartTimestamp()- Returns:
- start time
- See Also:
-
isStartAllDay
public boolean isStartAllDay()- Returns:
- true if start time was specified as a whole day
-
getEnd
Deprecated.- Returns:
- event end
Date
, ornull
if event has no duration
-
getEndTimestamp
public long getEndTimestamp()- Returns:
- event end
Date
, or -1 if event has no duration - See Also:
-
isEndAllDay
public boolean isEndAllDay()- Returns:
- true if end time was specified as a whole day
-
getLocation
-
getOrganizer
-
getAttendees
-
getDescription
-
getLatitude
public double getLatitude() -
getLongitude
public double getLongitude() -
getDisplayResult
- Specified by:
getDisplayResult
in classParsedResult
-
getEndTimestamp()