HomeSort by relevance Sort by last modified time
    Searched refs:VEVENT (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 34 // TODO: keep track of VEVENT, VTODO, VJOURNAL, VFREEBUSY, VTIMEZONE, VALARM
56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
66 public static final String VEVENT = "VEVENT";
222 * within a VEVENT).
621 * component must be of type VEVENT.
623 * @return The top-level VEVENT component.
625 * iCalendar VEVENT.
629 if (event == null || !Component.VEVENT.equals(event.getName())) {
630 throw new FormatException("Expected " + Component.VEVENT);
    [all...]