Home | History | Annotate | Download | only in adapter

Lines Matching defs:rrule

275      *   Recurring events (i.e. events with RRULE) must have a DURATION
325 if (cv.containsKey(Events.RRULE)) {
474 String rrule = recurrenceParser();
475 if (rrule != null) {
476 cv.put(Events.RRULE, rrule);
707 } else if (cv.containsKey(Events.RRULE)) {
721 // Turn this information into an RRULE
841 String rrule = recurrenceParser();
842 if (rrule != null) {
843 cv.put(Events.RRULE, rrule);