public final class CalendarParsedResult extends ParsedResult
| Constructor and Description | 
|---|
| CalendarParsedResult(String summary,
                    String startString,
                    String endString,
                    String durationString,
                    String location,
                    String organizer,
                    String[] attendees,
                    String description,
                    double latitude,
                    double longitude) | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAttendees() | 
| String | getDescription() | 
| String | getDisplayResult() | 
| Date | getEnd()Deprecated. 
 | 
| long | getEndTimestamp() | 
| double | getLatitude() | 
| String | getLocation() | 
| double | getLongitude() | 
| String | getOrganizer() | 
| Date | getStart()Deprecated. 
 | 
| long | getStartTimestamp() | 
| String | getSummary() | 
| boolean | isEndAllDay() | 
| boolean | isStartAllDay() | 
getType, maybeAppend, maybeAppend, toStringpublic String getSummary()
@Deprecated public Date getStart()
getStartTimestamp()public long getStartTimestamp()
getEndTimestamp()public boolean isStartAllDay()
@Deprecated public Date getEnd()
getEndTimestamp()Date, or null if event has no durationpublic long getEndTimestamp()
Date, or -1 if event has no durationgetStartTimestamp()public boolean isEndAllDay()
public String getLocation()
public String getOrganizer()
public String[] getAttendees()
public String getDescription()
public double getLatitude()
public double getLongitude()
public String getDisplayResult()
getDisplayResult in class ParsedResultCopyright © 2007–2019. All rights reserved.