Searched refs:VEVENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/pim/
H A DICalendar.java35 // TODO: keep track of VEVENT, VTODO, VJOURNAL, VFREEBUSY, VTIMEZONE, VALARM
57 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
67 public static final String VEVENT = "VEVENT"; field in class:ICalendar.Component
223 * within a VEVENT).
622 * component must be of type VEVENT.
624 * @return The top-level VEVENT component.
626 * iCalendar VEVENT.
630 if (event == null || !Component.VEVENT.equals(event.getName())) {
631 throw new FormatException("Expected " + Component.VEVENT);
[all...]

Completed in 59 milliseconds