Searched refs:VCALENDAR (Results 1 – 1 of 1) sorted by relevance
65 public static final String VCALENDAR = "VCALENDAR"; field in ICalendar.Component613 if (calendar == null || !Component.VCALENDAR.equals(calendar.getName())) { in parseCalendar()614 throw new FormatException("Expected " + Component.VCALENDAR); in parseCalendar()