public final class CalendarParsedResult extends ParsedResult
| Constructor and Description |
|---|
CalendarParsedResult(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttendees()
|
String |
getDescription()
|
String |
getDisplayResult()
|
Date |
getEnd()
|
double |
getLatitude()
|
String |
getLocation()
|
double |
getLongitude()
|
String |
getOrganizer()
|
Date |
getStart()
|
String |
getSummary()
|
boolean |
isEndAllDay()
|
boolean |
isStartAllDay()
|
getType, maybeAppend, maybeAppend, toStringpublic StringgetSummary()
public DategetStart()
public boolean isStartAllDay()
public DategetEnd()
Date, or
null if event has no duration
getStart()
public boolean isEndAllDay()
public StringgetLocation()
public StringgetOrganizer()
public String[] getAttendees()
public StringgetDescription()
public double getLatitude()
public double getLongitude()
public StringgetDisplayResult()